修改podspec
Showing
| ... | ... | @@ -8,8 +8,8 @@ |
| Pod::Spec.new do |s| | ||
| s.name = "GMPhobos" | ||
| s.version = "0.0.1" | ||
| s.summary = "A short description of GMPhobos." | ||
| s.version = "0.0.2" | ||
| s.summary = "GM statistic data sdk" | ||
| # This description is used to generate tags and improve search results. | ||
| # * Think: What does it do? Why did you write it? What is the focus? | ||
| ... | ... | @@ -24,7 +24,7 @@ Pod::Spec.new do |s| |
| # s.screenshots = "www.example.com/screenshots_1", "www.example.com/screenshots_2" | ||
| s.license = 'MIT' | ||
| s.author = { "licong" => "licong@gmei.com" } | ||
| s.source = { :git => "http://git.gengmei.cc/gengmeiios/GMPhobos.git", :tag => "0.0.1" } | ||
| s.source = { :git => "http://git.gengmei.cc/gengmeiios/GMPhobos.git", :tag => "0.0.2" } | ||
| # s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>' | ||
| s.platform = :ios, '7.0' | ||
| ... | ... | @@ -37,7 +37,4 @@ Pod::Spec.new do |s| |
| 'GMPhobos' => ['Pod/Assets/*.png'] | ||
| } | ||
| # s.public_header_files = 'Pod/Classes/**/*.h' | ||
| # s.frameworks = 'UIKit', 'MapKit' | ||
| # s.dependency 'AFNetworking', '~> 2.3' | ||
| end |
Please
register
or
sign in
to comment