Commit 1bf814f5c24f7cf7af518d28835c159aa68ce7f9

Authored by 张旭
1 parent 5428b726

10.0

CNLiveBaseClass.podspec
... ... @@ -28,7 +28,7 @@ TODO: 网家家-基类.
28 28 s.source = { :git => 'http://bj.gitlab.cnlive.com/ios-team/CNLiveBaseClass.git', :tag => s.version.to_s }
29 29 # s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
30 30  
31   - s.ios.deployment_target = '9.0'
  31 + s.ios.deployment_target = '10.0'
32 32  
33 33 # s.source_files = 'CNLiveBaseClass/Classes/**/*'
34 34  
... ...
README.md
1 1 # CNLiveBaseClass
2 2  
3   -pod lib lint --allow-warnings --sources=http://bj.gitlab.cnlive.com/ios-team/CNLiveRepos.git,https://github.com/CocoaPods/Specs.git
  3 +pod lib lint --allow-warnings --sources=http://bj.gitlab.cnlive.com/ios-team/CNLiveRepos.git,https://github.com/CocoaPods/Specs.git --verbose
4 4  
5   -pod spec lint --allow-warnings --sources=http://bj.gitlab.cnlive.com/ios-team/CNLiveRepos.git,https://github.com/CocoaPods/Specs.git
  5 +pod spec lint --allow-warnings --sources=http://bj.gitlab.cnlive.com/ios-team/CNLiveRepos.git,https://github.com/CocoaPods/Specs.git --verbose
6 6  
7   -pod repo push CNLiveRepos CNLiveBaseClass.podspec --allow-warnings --sources=http://bj.gitlab.cnlive.com/ios-team/CNLiveRepos.git,https://github.com/CocoaPods/Specs.git
  7 +pod repo push CNLiveRepos CNLiveBaseClass.podspec --allow-warnings --sources=http://bj.gitlab.cnlive.com/ios-team/CNLiveRepos.git,https://github.com/CocoaPods/Specs.git --verbose
8 8  
9 9 [![CI Status](https://img.shields.io/travis/153993236@qq.com/CNLiveBaseClass.svg?style=flat)](https://travis-ci.org/153993236@qq.com/CNLiveBaseClass)
10 10 [![Version](https://img.shields.io/cocoapods/v/CNLiveBaseClass.svg?style=flat)](https://cocoapods.org/pods/CNLiveBaseClass)
... ...