Commit 275bdcb605cd41225b5861431e5ba6ab88b9f8c5
1 parent
1b934acf
no message
Showing
2 changed files
with
4 additions
and
10 deletions
CNLiveNewIMAManagerKit.podspec
| ... | ... | @@ -11,15 +11,9 @@ Pod::Spec.new do |s| |
| 11 | 11 | s.version = '0.2.8' |
| 12 | 12 | s.summary = 'A short description of CNLiveNewIMAManagerKit.' |
| 13 | 13 | |
| 14 | -# This description is used to generate tags and improve search results. | |
| 15 | -# * Think: What does it do? Why did you write it? What is the focus? | |
| 16 | -# * Try to keep it short, snappy and to the point. | |
| 17 | -# * Write the description between the DESC delimiters below. | |
| 18 | -# * Finally, don't worry about the indent, CocoaPods strips it! | |
| 19 | - | |
| 20 | -s.description = <<-DESC | |
| 21 | -TODO: Add long description of the pod here. | |
| 22 | -DESC | |
| 14 | +#s.description = <<-DESC | |
| 15 | +#TODO: Add long description of the pod here. | |
| 16 | +#DESC | |
| 23 | 17 | |
| 24 | 18 | s.homepage = 'http://bj.gitlab.cnlive.com/ios-team/CNLiveNewIMAManagerKit' |
| 25 | 19 | s.license = { :type => 'MIT', :file => 'LICENSE' } | ... | ... |
README.md
| ... | ... | @@ -8,6 +8,6 @@ pod lib lint --allow-warnings --no-clean --use-libraries --skip-import-validatio |
| 8 | 8 | pod spec lint --allow-warnings --no-clean --use-libraries --skip-import-validation --sources=http://bj.gitlab.cnlive.com/ios-team/CNLiveRepos.git,https://github.com/CocoaPods/Specs.git,http://bj.gitlab.cnlive.com/DSIOSTeam/DSSpecRepos.git --verbose |
| 9 | 9 | |
| 10 | 10 | 推送 |
| 11 | -pod repo push CNLiveRepos CNLiveNewIMAManagerKit --allow-warnings --use-libraries --skip-import-validation --sources=http://bj.gitlab.cnlive.com/ios-team/CNLiveRepos.git,https://github.com/CocoaPods/Specs.git,http://bj.gitlab.cnlive.com/DSIOSTeam/DSSpecRepos.git --verbose | |
| 11 | +pod repo push CNLiveRepos CNLiveNewIMAManagerKit.podspec --allow-warnings --use-libraries --skip-import-validation --sources=http://bj.gitlab.cnlive.com/ios-team/CNLiveRepos.git,https://github.com/CocoaPods/Specs.git,http://bj.gitlab.cnlive.com/DSIOSTeam/DSSpecRepos.git --verbose | |
| 12 | 12 | |
| 13 | 13 | ... | ... |