Commit afc98d10703f53577312f2028386e5f1821b45a0
1 parent
f6c6a59d
提交更改
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://github.com/jyyjkt/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' => 'jyyjkt@qq.com' } |
| 28 | - s.source = { :git => 'https://github.com/jyyjkt/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' | ... | ... |