理性import代码
Showing
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
... | ... | @@ -8,7 +8,7 @@ |
Pod::Spec.new do |s| | ||
s.name = "GMPhobos" | ||
s.version = "0.2.1" | ||
s.version = "0.2.2" | ||
s.summary = "GM statistic data sdk" | ||
# This description is used to generate tags and improve search results. | ||
... | ... | @@ -33,7 +33,7 @@ Pod::Spec.new do |s| |
s.requires_arc = true | ||
s.source_files = 'Pod/Classes/**/*' | ||
s.dependency 'GMLibrary','~> 0.0.9' | ||
s.dependency 'GMCache','~> 0.1.0' | ||
s.library = 'z' | ||
end |
Please
register
or
sign in
to comment