Commit 9bbabc76 authored by 汪洋's avatar 汪洋

增加GMCache版本限制

parent ed789a2a
...@@ -28,7 +28,7 @@ Pod::Spec.new do |s| ...@@ -28,7 +28,7 @@ Pod::Spec.new do |s|
s.requires_arc = true s.requires_arc = true
s.source_files = 'Pod/Classes/**/*' s.source_files = 'Pod/Classes/**/*'
s.dependency 'GMCache' s.dependency 'GMCache','~> 0.1.1'
s.dependency 'GMKit' s.dependency 'GMKit'
s.library = 'z' s.library = 'z'
......
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