Commit 8cfe57b8b869f3a16e3de8af55fbe9c61519be17
1 parent
b11acd37
0.0.2
Showing
1 changed file
with
2 additions
and
2 deletions
CNLivePayCostModule.podspec
| ... | ... | @@ -8,7 +8,7 @@ |
| 8 | 8 | |
| 9 | 9 | Pod::Spec.new do |s| |
| 10 | 10 | s.name = 'CNLivePayCostModule' |
| 11 | - s.version = '0.0.1' | |
| 11 | + s.version = '0.0.2' | |
| 12 | 12 | s.summary = 'A short description of CNLivePayCostModule.' |
| 13 | 13 | |
| 14 | 14 | # This description is used to generate tags and improve search results. |
| ... | ... | @@ -25,7 +25,7 @@ TODO: Add long description of the pod here. |
| 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/CNLivePayCostModule', :tag => s.version.to_s } | |
| 28 | + s.source = { :git => 'http://bj.gitlab.cnlive.com/ios-team/CNLivePayCostModule.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' | ... | ... |