change url

This commit is contained in:
pengfei.zhou 2019-12-14 14:41:48 +08:00
parent c62dc6cc03
commit 97fc86a8b0

View File

@ -1,17 +1,17 @@
Pod::Spec.new do |s| Pod::Spec.new do |s|
s.name = 'Doric' s.name = 'Doric'
s.version = '0.1.2' s.version = '0.1.2'
s.summary = 'A short description of Doric.' s.summary = 'Doric iOS SDK'
s.description = <<-DESC s.description = <<-DESC
Doric iOS SDK Doric iOS SDK for cross platform develpment
DESC DESC
s.homepage = 'https://github.com/doric-pub/doric' s.homepage = 'https://github.com/doric-pub/doric'
s.license = { :type => 'Apache-2.0', :file => 'LICENSE' } s.license = { :type => 'Apache-2.0', :file => 'LICENSE' }
s.author = { 'pengfei.zhou' => 'pengfeizhou@foxmail.com' } s.author = { 'pengfei.zhou' => 'pengfeizhou@foxmail.com' }
s.source = { :git => 'git@code.aliyun.com:Doric/doric-iOS.git', :tag => s.version.to_s } s.source = { :git => 'https://github.com/doric-pub/doric-iOS.git', :tag => s.version.to_s }
s.ios.deployment_target = '8.0' s.ios.deployment_target = '8.0'