Commit 3067f12562f0da221f66daa4d10cd284368470a8
1 parent
328cc460
提交
Showing
1 changed file
with
2 additions
and
2 deletions
CNLiveLocationManager.podspec
| ... | ... | @@ -21,11 +21,11 @@ Pod::Spec.new do |s| |
| 21 | 21 | 本地定位 |
| 22 | 22 | DESC |
| 23 | 23 | |
| 24 | - s.homepage = 'https://bj.gitlab.cnlive.com/ios-team/CNLiveLocationManager' | |
| 24 | + s.homepage = 'http://bj.gitlab.cnlive.com/ios-team/CNLiveLocationManager' | |
| 25 | 25 | # s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2' |
| 26 | 26 | s.license = { :type => 'MIT', :file => 'LICENSE' } |
| 27 | 27 | s.author = { '梁星国' => 'jyyjkt@qq.com' } |
| 28 | - s.source = { :git => 'https://bj.gitlab.cnlive.com/ios-team/CNLiveLocationManager.git', :tag => s.version.to_s } | |
| 28 | + s.source = { :git => 'http://bj.gitlab.cnlive.com/ios-team/CNLiveLocationManager.git', :tag => s.version.to_s } | |
| 29 | 29 | # s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>' |
| 30 | 30 | |
| 31 | 31 | s.ios.deployment_target = '9.0' | ... | ... |