重构了GMCache: 使用类方法
Showing
... | @@ -10,15 +10,13 @@ Pod::Spec.new do |s| | ... | @@ -10,15 +10,13 @@ Pod::Spec.new do |s| |
s.name = "GMCache" | s.name = "GMCache" | ||
s.version = "0.1.2" | s.version = "0.1.2" | ||
s.summary = "缓存" | s.summary = "缓存" | ||
s.homepage = "http://git.gengmei.cc/gengmeiios/GMCache" | s.homepage = "http://git.wanmeizhensuo.com/gengmeiios/GMCache" | ||
s.license = 'MIT' | s.license = 'MIT' | ||
s.author = { "wangyang" => "wangyang@wanmeizhensuo.com" } | s.author = { "wangyang" => "wangyang@wanmeizhensuo.com" } | ||
s.source = { :git => "git@git.wanmeizhensuo.com:gengmeiios/GMCache.git", :tag => s.version.to_s } | s.source = { :git => "git@git.wanmeizhensuo.com:gengmeiios/GMCache.git", :tag => s.version.to_s } | ||
s.ios.deployment_target = '8.0' | s.ios.deployment_target = '8.0' | ||
s.source_files = 'GMCache/Classes/**/*' | s.source_files = 'GMCache/Classes/**/*' | ||
s.dependency 'TMCache', '2.1.0' | |||
s.public_header_files = 'GMCache/Classes/WMCacheService.h' | |||
s.dependency 'TMCache','~> 2.1.0' | |||
end | end | ||
Please
register
or
sign in
to comment