Commit 2295cfe2 by zhangyunjie

2.6.0.6.1

parent b86551d0
...@@ -8,17 +8,17 @@ ...@@ -8,17 +8,17 @@
Pod::Spec.new do |s| Pod::Spec.new do |s|
s.name = 'OffcnLiveSDKiOS' s.name = 'OffcnLiveSDKiOS'
s.version = '2.6.0.6' s.version = '2.6.0.6.1'
s.summary = 'OffcnLiveSDKiOS.' s.summary = 'OffcnLiveSDKiOS.'
s.description = <<-DESC s.description = <<-DESC
TODO: Add long description of the pod here. TODO: Add long description of the pod here.
DESC DESC
s.homepage = 'https://gitlab.eoffcn.com/zhangyunjie/OffcnLiveSDKiOS.git' s.homepage = 'https://gitlab.eoffcn.com/opensource/OffcnLiveSDKiOS.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://gitlab.eoffcn.com/zhangyunjie/OffcnLiveSDKiOS.git', :tag => s.version.to_s } s.source = { :git => 'https://gitlab.eoffcn.com/opensource/OffcnLiveSDKiOS.git', :tag => s.version.to_s }
s.requires_arc = true s.requires_arc = true
s.ios.deployment_target = '9.0' s.ios.deployment_target = '9.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