Commit 28bb718d by zhangyunjie

1.1.0.2.1

parent 675f54e4
use_frameworks!
platform :ios, '8.0'
platform :ios, '9.0'
target 'OffcnIMSDKiOS_Example' do
pod 'OffcnIMSDKiOS', :path => '../'
......
......@@ -8,17 +8,17 @@
Pod::Spec.new do |s|
s.name = 'OffcnIMSDKiOS'
s.version = '1.1.0.2'
s.version = '1.1.0.2.1'
s.summary = 'OffcnIMSDKiOS.'
s.description = <<-DESC
TODO: Add long description of the pod here.
DESC
s.homepage = 'https://gitlab.eoffcn.com/zhangyunjie/OffcnIMSDKiOS.git'
s.homepage = 'https://gitlab.eoffcn.com/opensource/OffcnIMSDKiOS.git'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'zhangyunjie' => 'zhangyunjie@offcn.com' }
s.source = { :git => 'https://gitlab.eoffcn.com/zhangyunjie/OffcnIMSDKiOS.git', :tag => s.version.to_s }
s.source = { :git => 'https://gitlab.eoffcn.com/opensource/OffcnIMSDKiOS.git', :tag => s.version.to_s }
s.requires_arc = true
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