modify
Showing
... | @@ -32,6 +32,7 @@ TODO: Add long description of the pod here. | ... | @@ -32,6 +32,7 @@ TODO: Add long description of the pod here. |
s.source_files = 'GMShareSDK/Classes/**/*' | s.source_files = 'GMShareSDK/Classes/**/*' | ||
s.vendored_frameworks = 'GMShareSDK/Frameworks/*.framework' | s.vendored_frameworks = 'GMShareSDK/Frameworks/*.framework' | ||
s.dependency 'WechatOpenSDK' | s.dependency 'WechatOpenSDK' | ||
... | @@ -47,7 +48,7 @@ TODO: Add long description of the pod here. | ... | @@ -47,7 +48,7 @@ TODO: Add long description of the pod here. |
s.frameworks = ['Photos'] | s.frameworks = ['Photos'] | ||
# s.libraries = 'xml2', 'z', 'c++', 'sqlite3' | # s.libraries = 'xml2', 'z', 'c++', 'sqlite3' | ||
# s.static_framework = true | s.static_framework = true | ||
# s.resource_bundles = { | # s.resource_bundles = { | ||
# 'GMShareSDK' => ['GMShareSDK/Assets/*.png'] | # 'GMShareSDK' => ['GMShareSDK/Assets/*.png'] | ||
# } | # } | ||
... | ... |
Please
register
or
sign in
to comment