update
Showing
File moved
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
File moved
... | @@ -8,14 +8,9 @@ | ... | @@ -8,14 +8,9 @@ |
Pod::Spec.new do |s| | Pod::Spec.new do |s| | ||
s.name = "GMPhobos" | s.name = "GMPhobos" | ||
s.version = "0.1.9" | s.version = "0.2.3" | ||
s.summary = "GM statistic data sdk" | 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? | |||
# * Try to keep it short, snappy and to the point. | |||
# * Write the description between the DESC delimiters below. | |||
# * Finally, don't worry about the indent, CocoaPods strips it! | |||
s.description = <<-DESC | s.description = <<-DESC | ||
GM event track sdk. | GM event track sdk. | ||
... | @@ -26,17 +21,14 @@ Pod::Spec.new do |s| | ... | @@ -26,17 +21,14 @@ 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.1.8" } | s.source = { :git => "http://git.gengmei.cc/gengmeiios/GMPhobos.git", :tag => s.version.to_s } | ||
# 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, '8.0' | ||
s.requires_arc = true | s.requires_arc = true | ||
s.source_files = 'Pod/Classes/**/*' | s.source_files = 'Pod/Classes/**/*' | ||
s.dependency 'GMLibrary','~> 0.0.1' | s.dependency 'GMCache','~> 0.1.0' | ||
s.library = 'z' | s.library = 'z' | ||
s.resource_bundles = { | |||
'GMPhobos' => ['Pod/Assets/*.png'] | |||
} | |||
end | end |
Please
register
or
sign in
to comment