Commit f16a8aa8934477b35fbf0758d6bd9f3dbfb479ad
1 parent
f0d40db2
0.0.3
Showing
1 changed file
with
3 additions
and
3 deletions
CNLiveCommunitModule.podspec
| ... | ... | @@ -8,7 +8,7 @@ |
| 8 | 8 | |
| 9 | 9 | Pod::Spec.new do |s| |
| 10 | 10 | s.name = 'CNLiveCommunitModule' |
| 11 | - s.version = '0.0.2' | |
| 11 | + s.version = '0.0.3' | |
| 12 | 12 | s.summary = 'A short description of CNLiveCommunitModule.' |
| 13 | 13 | |
| 14 | 14 | # This description is used to generate tags and improve search results. |
| ... | ... | @@ -21,11 +21,11 @@ Pod::Spec.new do |s| |
| 21 | 21 | TODO: Add long description of the pod here. |
| 22 | 22 | DESC |
| 23 | 23 | |
| 24 | - s.homepage = 'http://bj.gitlab.cnlive.com/ios-team/CNLiveCommunitModule' | |
| 24 | + s.homepage = 'http://bj.gitlab.cnlive.com/liushiyu/CNLiveCommunitModule.git' | |
| 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 = { 'woshiliushiyu' => '1010530278@qq.com' } |
| 28 | - s.source = { :git => 'http://bj.gitlab.cnlive.com/ios-team/CNLiveCommunitModule.git', :tag => s.version.to_s } | |
| 28 | + s.source = { :git => 'http://bj.gitlab.cnlive.com/liushiyu/CNLiveCommunitModule.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 = '10.0' | ... | ... |