1.1.0.2.1
Showing
| ... | ... | @@ -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' | ||
| ... | ... |
Please
register
or
sign in
to comment