优化代码
Showing
| ... | @@ -18,27 +18,19 @@ Pod::Spec.new do |s| | ... | @@ -18,27 +18,19 @@ Pod::Spec.new do |s| |
| # * Finally, don't worry about the indent, CocoaPods strips it! | # * Finally, don't worry about the indent, CocoaPods strips it! | ||
| s.description = <<-DESC | s.description = <<-DESC | ||
| TODO: Add long description of the pod here. | 更美路由 | ||
| DESC | DESC | ||
| s.homepage = 'http://git.wanmeizhensuo.com/gengmeiios/GMRouter.git' | s.homepage = 'http://git.wanmeizhensuo.com/gengmeiios/GMRouter.git' | ||
| # s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2' | |||
| s.license = { :type => 'MIT', :file => 'LICENSE' } | s.license = { :type => 'MIT', :file => 'LICENSE' } | ||
| s.author = { 'Q14' => 'qiaojinzhu@igengmei.com' } | s.author = { 'Q14' => 'qiaojinzhu@igengmei.com' } | ||
| s.source = { :git => 'git@git.wanmeizhensuo.com:gengmeiios/GMRouter.git', :tag => s.version.to_s } | s.source = { :git => 'git@git.wanmeizhensuo.com:gengmeiios/GMRouter.git', :tag => s.version.to_s } | ||
| # s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>' | |||
| s.ios.deployment_target = '8.0' | s.ios.deployment_target = '8.0' | ||
| s.source_files = 'GMRouter/Classes/**/*' | s.source_files = 'GMRouter/Classes/**/*' | ||
| # s.resource_bundles = { | |||
| # 'GMRouter' => ['GMRouter/Assets/*'] | |||
| # } | |||
| s.dependency 'MJExtension' | s.dependency 'MJExtension' | ||
| s.dependency 'GMPhobos' | s.dependency 'GMPhobos' | ||
| # s.public_header_files = 'Pod/Classes/**/*.h' | |||
| # s.frameworks = 'UIKit', 'MapKit' | |||
| # s.dependency 'AFNetworking', '~> 2.3' | |||
| end | end |
Please
register
or
sign in
to comment