整理代码,删除不需要的逻辑
Showing
| ... | ... | @@ -22,16 +22,12 @@ TODO: Add long description of the pod here. |
| DESC | ||
| s.homepage = 'http://git.wanmeizhensuo.com/gengmeiios/GMShareSDK.git' | ||
| # s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2' | ||
| s.license = { :type => 'MIT', :file => 'LICENSE' } | ||
| s.author = { 'Q14' => 'qiaojinzhu@igengmei.com' } | ||
| s.source = { :git => 'git@git.wanmeizhensuo.com:gengmeiios/GMShareSDK.git', :tag => s.version.to_s } | ||
| # s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>' | ||
| s.ios.deployment_target = '8.0' | ||
| s.source_files = 'GMShareSDK/Classes/**/*' | ||
| s.vendored_frameworks = 'GMShareSDK/Frameworks/*.framework' | ||
| ... | ... | @@ -40,22 +36,12 @@ TODO: Add long description of the pod here. |
| s.dependency 'DouyinOpenSDK' | ||
| s.dependency 'GMKit' | ||
| s.dependency 'MBProgressHUD', '0.9.2' | ||
| s.dependency 'GMJSONModel' | ||
| s.dependency 'GMPhobos' | ||
| s.dependency 'GMFoundation' | ||
| s.dependency 'Masonry' | ||
| s.frameworks = ['Photos'] | ||
| # s.libraries = 'xml2', 'z', 'c++', 'sqlite3' | ||
| s.static_framework = true | ||
| # s.resource_bundles = { | ||
| # 'GMShareSDK' => ['GMShareSDK/Assets/*.png'] | ||
| # } | ||
| s.xcconfig = { 'VALID_ARCHS' => 'arm64 x86_64 armv7', } | ||
| # s.public_header_files = 'Pod/Classes/**/*.h' | ||
| # s.frameworks = 'UIKit', 'MapKit' | ||
| # s.dependency 'AFNetworking', '~> 2.3' | ||
| end |
Please
register
or
sign in
to comment