Merge branch 'jz/master' into 'master'
bugfix GMShareSDK pod lib 不通过问题 See merge request !4
Showing
This diff is collapsed.
... | @@ -26,7 +26,7 @@ TODO: Add long description of the pod here. | ... | @@ -26,7 +26,7 @@ TODO: Add long description of the pod here. |
s.author = { 'Q14' => 'qiaojinzhu@igengmei.com' } | s.author = { 'Q14' => 'qiaojinzhu@igengmei.com' } | ||
s.source = { :git => 'git@git.wanmeizhensuo.com:gengmeiios/GMShareSDK.git', :tag => s.version.to_s } | s.source = { :git => 'git@git.wanmeizhensuo.com:gengmeiios/GMShareSDK.git', :tag => s.version.to_s } | ||
s.ios.deployment_target = '8.0' | s.ios.deployment_target = '9.0' | ||
s.source_files = 'GMShareSDK/Classes/**/*' | s.source_files = 'GMShareSDK/Classes/**/*' | ||
s.vendored_frameworks = 'GMShareSDK/Frameworks/*.framework' | s.vendored_frameworks = 'GMShareSDK/Frameworks/*.framework' | ||
... | @@ -42,6 +42,9 @@ TODO: Add long description of the pod here. | ... | @@ -42,6 +42,9 @@ TODO: Add long description of the pod here. |
s.dependency 'Masonry' | s.dependency 'Masonry' | ||
s.frameworks = ['Photos'] | s.frameworks = ['Photos'] | ||
s.pod_target_xcconfig = { 'VALID_ARCHS' => 'arm64 armv7 x86_64' } | |||
# s.pod_target_xcconfig = { 'ARCHS[sdk=iphonesimulator*]' => '$(ARCHS_STANDARD_64_BIT)' } | |||
s.static_framework = true | s.static_framework = true | ||
end | end |
Please
register
or
sign in
to comment