Release 0.0.4.
Showing
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
... | ... | @@ -17,8 +17,10 @@ Pod::Spec.new do |s| |
# * Write the description between the DESC delimiters below. | ||
# * Finally, don't worry about the indent, CocoaPods strips it! | ||
s.description = <<-DESC | ||
The GMPhobos just for statistics. | ||
DESC | ||
GM statistic data sdk. | ||
DESC | ||
s.homepage = "http://git.gengmei.cc/gengmeiios/GMPhobos" | ||
# s.screenshots = "www.example.com/screenshots_1", "www.example.com/screenshots_2" | ||
... | ... | @@ -31,7 +33,7 @@ Pod::Spec.new do |s| |
s.requires_arc = true | ||
s.source_files = 'Pod/Classes/**/*' | ||
s.dependency 'GMLibrary','~> 0.0.1' | ||
s.dependency 'GMLibrary','~> 0.0.1' | ||
s.library = 'z' | ||
s.resource_bundles = { | ||
'GMPhobos' => ['Pod/Assets/*.png'] | ||
... | ... |
Please
register
or
sign in
to comment