Commit e4c6ad2e by zhangyunjie

初始化

parent 1e6a2d70
......@@ -40,7 +40,7 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
AFNetworking: 5e0e199f73d8626b11e79750991f5d173d1f8b67
iOSDownloadManager: 3ca597704707b513c2dbf50e747261cf7326a2ad
iOSDownloadManager: 1349c92a3d37d18405ea91d5faabdcd36647f587
MJExtension: 19bc33ce2eee2d319760f5622562cf581a6ff756
RealReachability: a8c483900986a0f3305733961effbfbb00637a02
......
......@@ -3,7 +3,7 @@
"version": "0.1.0",
"summary": "下载管理.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/zhangyunjie/iOSDownloadManager.git",
"homepage": "https://gitlab.eoffcn.com/zhangyunjie/iOSDownloadManager.git",
"license": {
"type": "MIT",
"file": "LICENSE"
......@@ -12,7 +12,7 @@
"zhangyunjie": "zhangyunjie@offcn.com"
},
"source": {
"git": "https://github.com/zhangyunjie/iOSDownloadManager.git",
"git": "https://gitlab.eoffcn.com/zhangyunjie/iOSDownloadManager.git",
"tag": "0.1.0"
},
"platforms": {
......
......@@ -40,7 +40,7 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
AFNetworking: 5e0e199f73d8626b11e79750991f5d173d1f8b67
iOSDownloadManager: 3ca597704707b513c2dbf50e747261cf7326a2ad
iOSDownloadManager: 1349c92a3d37d18405ea91d5faabdcd36647f587
MJExtension: 19bc33ce2eee2d319760f5622562cf581a6ff756
RealReachability: a8c483900986a0f3305733961effbfbb00637a02
......
......@@ -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'
......
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