删除掉对GMKit版本号的依赖
Showing
This diff is collapsed.
... | @@ -29,7 +29,7 @@ Pod::Spec.new do |s| | ... | @@ -29,7 +29,7 @@ Pod::Spec.new do |s| |
s.source_files = 'Pod/Classes/**/*' | s.source_files = 'Pod/Classes/**/*' | ||
s.dependency 'GMCache','~> 0.1.1' | s.dependency 'GMCache','~> 0.1.1' | ||
s.dependency 'GMKit','~> 0.7.38' | s.dependency 'GMKit' | ||
s.library = 'z' | s.library = 'z' | ||
end | end |
Please
register
or
sign in
to comment