Merge branch 'ajp/7.14.0_dev' into 'master'
1.2.9 See merge request !41
Showing
... | ... | @@ -8,7 +8,7 @@ |
Pod::Spec.new do |s| | ||
s.name = "GMPhobos" | ||
s.version = "1.2.9" | ||
s.version = "1.3.0" | ||
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