1.2.9
Showing
... | ... | @@ -8,7 +8,7 @@ |
Pod::Spec.new do |s| | ||
s.name = "GMPhobos" | ||
s.version = "1.2.8" | ||
s.version = "1.2.9" | ||
s.summary = "GM statistic data sdk" | ||
s.description = <<-DESC | ||
... | ... | @@ -24,8 +24,8 @@ Pod::Spec.new do |s| |
s.platform = :ios, '8.0' | ||
s.source_files = 'GMPhobos/Classes/*.{h,m}' | ||
s.dependency 'GMCache', '0.2.3' | ||
s.dependency 'GMKit', '1.1.3' | ||
s.dependency 'GMCache' | ||
s.dependency 'GMKit' | ||
s.library = 'z' | ||
end |
Please
register
or
sign in
to comment