初始化
Showing
... | ... | @@ -15,10 +15,10 @@ Pod::Spec.new do |s| |
TODO: Add long description of the pod here. | ||
DESC | ||
s.homepage = 'https://github.com/zhangyunjie/iOSDownloadManager.git' | ||
s.homepage = 'https://gitlab.eoffcn.com/zhangyunjie/iOSDownloadManager.git' | ||
s.license = { :type => 'MIT', :file => 'LICENSE' } | ||
s.author = { 'zhangyunjie' => 'zhangyunjie@offcn.com' } | ||
s.source = { :git => 'https://github.com/zhangyunjie/iOSDownloadManager.git', :tag => s.version.to_s } | ||
s.source = { :git => 'https://gitlab.eoffcn.com/zhangyunjie/iOSDownloadManager.git', :tag => s.version.to_s } | ||
s.ios.deployment_target = '8.0' | ||
... | ... |
Please
register
or
sign in
to comment