iOS:change relative path
This commit is contained in:
parent
8490d067f2
commit
bde3315b2d
@ -11,16 +11,16 @@ Doric iOS SDK for cross platform develpment
|
|||||||
s.homepage = 'https://github.com/doric-pub/doric'
|
s.homepage = 'https://github.com/doric-pub/doric'
|
||||||
s.license = { :type => 'Apache-2.0', :file => 'LICENSE' }
|
s.license = { :type => 'Apache-2.0', :file => 'LICENSE' }
|
||||||
s.author = { 'pengfei.zhou' => 'pengfeizhou@foxmail.com' }
|
s.author = { 'pengfei.zhou' => 'pengfeizhou@foxmail.com' }
|
||||||
s.source = { :git => 'https://github.com/doric-pub/doric-iOS.git', :tag => s.version.to_s }
|
s.source = { :git => 'https://github.com/doric-pub/doric.git', :tag => s.version.to_s }
|
||||||
|
|
||||||
s.ios.deployment_target = '8.0'
|
s.ios.deployment_target = '8.0'
|
||||||
|
|
||||||
s.source_files = 'Pod/Classes/**/*'
|
s.source_files = 'doric-iOS/Pod/Classes/**/*'
|
||||||
s.resource_bundles = {
|
s.resource_bundles = {
|
||||||
'Doric' => ['Pod/Assets/**/*']
|
'Doric' => ['doric-iOS/Pod/Assets/**/*']
|
||||||
}
|
}
|
||||||
|
|
||||||
s.public_header_files = 'Pod/Classes/**/*.h'
|
s.public_header_files = 'doric-iOS/Pod/Classes/**/*.h'
|
||||||
s.dependency 'YYWebImage', '~>1.0.5'
|
s.dependency 'YYWebImage', '~>1.0.5'
|
||||||
s.dependency 'YYImage/WebP'
|
s.dependency 'YYImage/WebP'
|
||||||
s.dependency 'SocketRocket', '~> 0.5.1'
|
s.dependency 'SocketRocket', '~> 0.5.1'
|
||||||
|
Reference in New Issue
Block a user