OffcnLiveSDKiOS
Showing
| ... | @@ -15,10 +15,10 @@ Pod::Spec.new do |s| | ... | @@ -15,10 +15,10 @@ Pod::Spec.new do |s| |
| TODO: Add long description of the pod here. | TODO: Add long description of the pod here. | ||
| DESC | DESC | ||
| s.homepage = 'https://gitlab.eoffcn.com/video/iOSLiveSDK.git' | s.homepage = 'https://gitlab.eoffcn.com/zhangyunjie/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/video/iOSLiveSDK.git', :tag => s.version.to_s } | s.source = { :git => 'https://gitlab.eoffcn.com/zhangyunjie/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' | ||
| ... | ... |
Please
register
or
sign in
to comment