add doric dev kit ios pod
This commit is contained in:
parent
6b706ba9de
commit
23b0f93e89
20
DoricDevkit.podspec
Normal file
20
DoricDevkit.podspec
Normal file
@ -0,0 +1,20 @@
|
||||
Pod::Spec.new do |s|
|
||||
s.name = 'DoricDevkit'
|
||||
s.version = '0.2.8'
|
||||
s.summary = 'Doric iOS Devkit'
|
||||
|
||||
s.description = <<-DESC
|
||||
Doric iOS Devkit for debugging & hotload.
|
||||
DESC
|
||||
|
||||
s.homepage = 'https://github.com/doric-pub/doric'
|
||||
s.license = { :type => 'Apache-2.0', :file => 'LICENSE' }
|
||||
s.author = { 'Jingpeng Wang' => 'jingpeng.wang@outlook.com' }
|
||||
s.source = { :git => 'https://github.com/doric-pub/doric.git', :tag => s.version.to_s }
|
||||
|
||||
s.ios.deployment_target = '8.0'
|
||||
|
||||
s.source_files = 'doric-iOS/Devkit/Classes/**/*'
|
||||
|
||||
s.public_header_files = 'doric-iOS/Devkit/Classes/**/*.h'
|
||||
end
|
0
doric-iOS/Devkit/Classes/ReplaceMe.m
Normal file
0
doric-iOS/Devkit/Classes/ReplaceMe.m
Normal file
@ -4,6 +4,7 @@
|
||||
target 'Example' do
|
||||
|
||||
pod 'DoricCore', :path => '../../'
|
||||
pod 'DoricDevkit', :path => '../../'
|
||||
target 'ExampleTests' do
|
||||
inherit! :search_paths
|
||||
# Pods for testing
|
||||
|
Reference in New Issue
Block a user