修改podspec
Showing
... | @@ -8,8 +8,8 @@ | ... | @@ -8,8 +8,8 @@ |
Pod::Spec.new do |s| | Pod::Spec.new do |s| | ||
s.name = "GMPhobos" | s.name = "GMPhobos" | ||
s.version = "0.0.1" | s.version = "0.0.2" | ||
s.summary = "A short description of GMPhobos." | s.summary = "GM statistic data sdk" | ||
# This description is used to generate tags and improve search results. | # 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? | # * Think: What does it do? Why did you write it? What is the focus? | ||
... | @@ -24,7 +24,7 @@ Pod::Spec.new do |s| | ... | @@ -24,7 +24,7 @@ Pod::Spec.new do |s| |
# s.screenshots = "www.example.com/screenshots_1", "www.example.com/screenshots_2" | # s.screenshots = "www.example.com/screenshots_1", "www.example.com/screenshots_2" | ||
s.license = 'MIT' | s.license = 'MIT' | ||
s.author = { "licong" => "licong@gmei.com" } | 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.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>' | ||
s.platform = :ios, '7.0' | s.platform = :ios, '7.0' | ||
... | @@ -37,7 +37,4 @@ Pod::Spec.new do |s| | ... | @@ -37,7 +37,4 @@ Pod::Spec.new do |s| |
'GMPhobos' => ['Pod/Assets/*.png'] | 'GMPhobos' => ['Pod/Assets/*.png'] | ||
} | } | ||
# 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