Commit ed789a2a authored by 汪洋's avatar 汪洋

取消podspec中对GMCache的版本限制

parent 46f0d5ab
...@@ -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','~> 0.1.1' s.dependency 'GMCache'
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