From a48712f6c91789559295eb59dfd0b255306eb709 Mon Sep 17 00:00:00 2001 From: "pengfei.zhou" Date: Wed, 4 Dec 2019 16:02:12 +0800 Subject: [PATCH] update Doric.podspec --- Doric.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doric.podspec b/Doric.podspec index ea4d2b8d..f59175fe 100644 --- a/Doric.podspec +++ b/Doric.podspec @@ -10,7 +10,7 @@ Doric SDK for iOS s.homepage = 'https://github.com/doric-pub/doric' s.license = { :type => 'Apache-2.0', :file => 'LICENSE' } s.author = { 'pengfei.zhou' => 'pengfeizhou@foxmail.com' } - s.source = { :git => 'git@github.com:penfeizhou/doric.git', :tag => s.version.to_s } + s.source = { :git => 'git@code.aliyun.com:Doric/doric-iOS.git', :tag => s.version.to_s } s.ios.deployment_target = '8.0'