Commit be18a214 authored by jinzhu's avatar jinzhu

update phobos

parent 644cd103
PODS: PODS:
- GMCache (0.2.3): - GMCache (0.2.3):
- TMCache (= 2.1.0) - TMCache (= 2.1.0)
- GMKit (0.8.4): - GMKit (1.1.3):
- GMKit/Category (= 0.8.4) - GMKit/Category (= 1.1.3)
- GMKit/Color (= 0.8.4) - GMKit/Color (= 1.1.3)
- GMKit/Constant (= 0.8.4) - GMKit/Constant (= 1.1.3)
- GMKit/FDFullscreenPopGesture (= 0.8.4) - GMKit/FDFullscreenPopGesture (= 1.1.3)
- GMKit/Kit (= 0.8.4) - GMKit/Kit (= 1.1.3)
- GMKit/Protocol (= 0.8.4) - GMKit/Protocol (= 1.1.3)
- Masonry (= 1.1.0) - Masonry (= 1.1.0)
- SDWebImage (= 3.7.6) - SDWebImage (= 3.7.6)
- GMKit/Category (0.8.4): - GMKit/Category (1.1.3):
- GMKit/Color (= 0.8.4) - GMKit/Color (= 1.1.3)
- GMKit/Constant (= 0.8.4) - GMKit/Constant (= 1.1.3)
- GMKit/Protocol (= 0.8.4) - GMKit/Protocol (= 1.1.3)
- Masonry (= 1.1.0) - Masonry (= 1.1.0)
- SDWebImage (= 3.7.6) - SDWebImage (= 3.7.6)
- GMKit/Color (0.8.4): - GMKit/Color (1.1.3):
- Masonry (= 1.1.0) - Masonry (= 1.1.0)
- SDWebImage (= 3.7.6) - SDWebImage (= 3.7.6)
- GMKit/Constant (0.8.4): - GMKit/Constant (1.1.3):
- Masonry (= 1.1.0) - Masonry (= 1.1.0)
- SDWebImage (= 3.7.6) - SDWebImage (= 3.7.6)
- GMKit/FDFullscreenPopGesture (0.8.4): - GMKit/FDFullscreenPopGesture (1.1.3):
- Masonry (= 1.1.0) - Masonry (= 1.1.0)
- SDWebImage (= 3.7.6) - SDWebImage (= 3.7.6)
- GMKit/Kit (0.8.4): - GMKit/Kit (1.1.3):
- GMKit/Category (= 0.8.4) - GMKit/Category (= 1.1.3)
- GMKit/Color (= 0.8.4) - GMKit/Color (= 1.1.3)
- GMKit/Constant (= 0.8.4) - GMKit/Constant (= 1.1.3)
- GMKit/Protocol (= 0.8.4) - GMKit/Protocol (= 1.1.3)
- Masonry (= 1.1.0) - Masonry (= 1.1.0)
- SDWebImage (= 3.7.6) - SDWebImage (= 3.7.6)
- GMKit/Protocol (0.8.4): - GMKit/Protocol (1.1.3):
- Masonry (= 1.1.0) - Masonry (= 1.1.0)
- SDWebImage (= 3.7.6) - SDWebImage (= 3.7.6)
- GMPhobos (1.2.3): - GMPhobos (1.2.3):
- GMCache (= 0.2.3) - GMCache (= 0.2.3)
- GMKit - GMKit (= 1.1.3)
- Masonry (1.1.0) - Masonry (1.1.0)
- SDWebImage (3.7.6): - SDWebImage (3.7.6):
- SDWebImage/Core (= 3.7.6) - SDWebImage/Core (= 3.7.6)
...@@ -62,8 +62,8 @@ EXTERNAL SOURCES: ...@@ -62,8 +62,8 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS: SPEC CHECKSUMS:
GMCache: 09a3029c96fe130e3a21faef70b3d9d2ce92d639 GMCache: 09a3029c96fe130e3a21faef70b3d9d2ce92d639
GMKit: a30da06b84e5c4a357d427c70d1b5ec672a1f6a1 GMKit: 35f788243cceeddf3e13c5226b3ea0b5e08e2117
GMPhobos: d408e5f59c6af5e75c6464558a1caf5f46d57e61 GMPhobos: 01cc63ee852d13a1fb8a9bea3608e60bcd5af5b8
Masonry: 678fab65091a9290e40e2832a55e7ab731aad201 Masonry: 678fab65091a9290e40e2832a55e7ab731aad201
SDWebImage: c325cf02c30337336b95beff20a13df489ec0ec9 SDWebImage: c325cf02c30337336b95beff20a13df489ec0ec9
TMCache: 95ebcc9b3c7e90fb5fd8fc3036cba3aa781c9bed TMCache: 95ebcc9b3c7e90fb5fd8fc3036cba3aa781c9bed
......
...@@ -25,7 +25,7 @@ Pod::Spec.new do |s| ...@@ -25,7 +25,7 @@ Pod::Spec.new do |s|
s.platform = :ios, '8.0' s.platform = :ios, '8.0'
s.source_files = 'GMPhobos/Classes/*.{h,m}' s.source_files = 'GMPhobos/Classes/*.{h,m}'
s.dependency 'GMCache', '0.2.3' s.dependency 'GMCache', '0.2.3'
s.dependency 'GMKit' s.dependency 'GMKit', '1.1.3'
s.library = 'z' s.library = 'z'
end 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