iOS:change relative path

This commit is contained in:
pengfei.zhou 2019-12-22 00:43:20 +08:00
parent 8490d067f2
commit bde3315b2d

View File

@ -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'