Commit 580bc7b8 authored by 汪洋's avatar 汪洋

删除掉对GMKit版本号的依赖

parent 130375bc
source 'https://github.com/CocoaPods/Specs.git'
source 'git@git.gengmei.cc:gengmeiios/GMSpecs.git'
platform :ios, '8.0'
use_frameworks!
inhibit_all_warnings!
target 'GMPhobos_Example' do
......
......@@ -38,7 +38,7 @@ PODS:
- GMOCConstant (0.0.4)
- GMPhobos (0.4.3):
- GMCache (~> 0.1.1)
- GMKit (~> 0.7.38)
- GMKit
- Masonry (1.0.1)
- SDWebImage (3.7.6):
- SDWebImage/Core (= 3.7.6)
......@@ -58,11 +58,11 @@ SPEC CHECKSUMS:
GMFoundation: efe176ec7c3b95a891f41b188507d52212599d13
GMKit: 9d5de297523169a0d061c26402f0d1fb55fcb380
GMOCConstant: 0f60833fc0d46017701a6595ba6764a1b1fe6290
GMPhobos: 0ea014fdc0297723107167cf58799e320a719850
GMPhobos: da7426e74b2b9ac0ae41d4b592e48e73cfa2952e
Masonry: a1a931a0d08870ed8ae415a2ea5ea68ebcac77df
SDWebImage: c325cf02c30337336b95beff20a13df489ec0ec9
TMCache: 95ebcc9b3c7e90fb5fd8fc3036cba3aa781c9bed
PODFILE CHECKSUM: 281ed5ce2f0e8e2e49cc13b1e4726e6686ac6095
PODFILE CHECKSUM: 042fbaf49eb2f2cacb406cb092012b45b9a256a5
COCOAPODS: 1.2.1
......@@ -22,7 +22,7 @@
"~> 0.1.1"
],
"GMKit": [
"~> 0.7.38"
]
},
"libraries": "z"
......
......@@ -38,7 +38,7 @@ PODS:
- GMOCConstant (0.0.4)
- GMPhobos (0.4.3):
- GMCache (~> 0.1.1)
- GMKit (~> 0.7.38)
- GMKit
- Masonry (1.0.1)
- SDWebImage (3.7.6):
- SDWebImage/Core (= 3.7.6)
......@@ -58,11 +58,11 @@ SPEC CHECKSUMS:
GMFoundation: efe176ec7c3b95a891f41b188507d52212599d13
GMKit: 9d5de297523169a0d061c26402f0d1fb55fcb380
GMOCConstant: 0f60833fc0d46017701a6595ba6764a1b1fe6290
GMPhobos: 0ea014fdc0297723107167cf58799e320a719850
GMPhobos: da7426e74b2b9ac0ae41d4b592e48e73cfa2952e
Masonry: a1a931a0d08870ed8ae415a2ea5ea68ebcac77df
SDWebImage: c325cf02c30337336b95beff20a13df489ec0ec9
TMCache: 95ebcc9b3c7e90fb5fd8fc3036cba3aa781c9bed
PODFILE CHECKSUM: 281ed5ce2f0e8e2e49cc13b1e4726e6686ac6095
PODFILE CHECKSUM: 042fbaf49eb2f2cacb406cb092012b45b9a256a5
COCOAPODS: 1.2.1
This diff is collapsed.
......@@ -29,7 +29,7 @@ Pod::Spec.new do |s|
s.source_files = 'Pod/Classes/**/*'
s.dependency 'GMCache','~> 0.1.1'
s.dependency 'GMKit','~> 0.7.38'
s.dependency 'GMKit'
s.library = 'z'
end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment