Commit e4c6ad2e by zhangyunjie

初始化

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