删除不需要的代码
Showing
... | @@ -8,7 +8,7 @@ | ... | @@ -8,7 +8,7 @@ |
Pod::Spec.new do |s| | Pod::Spec.new do |s| | ||
s.name = 'GMShareSDK' | s.name = 'GMShareSDK' | ||
s.version = '0.1.9' | s.version = '0.2.0' | ||
s.summary = 'A short description of GMShareSDK.' | s.summary = 'A short description of GMShareSDK.' | ||
# This description is used to generate tags and improve search results. | # This description is used to generate tags and improve search results. | ||
... | @@ -52,7 +52,7 @@ TODO: Add long description of the pod here. | ... | @@ -52,7 +52,7 @@ TODO: Add long description of the pod here. |
# s.resource_bundles = { | # s.resource_bundles = { | ||
# 'GMShareSDK' => ['GMShareSDK/Assets/*.png'] | # 'GMShareSDK' => ['GMShareSDK/Assets/*.png'] | ||
# } | # } | ||
s.xcconfig = { 'VALID_ARCHS' => 'arm64 x86_64', } | s.xcconfig = { 'VALID_ARCHS' => 'arm64 x86_64 armv7', } | ||
# s.public_header_files = 'Pod/Classes/**/*.h' | # s.public_header_files = 'Pod/Classes/**/*.h' | ||
... | ... |
Please
register
or
sign in
to comment