pod1.1.1适配
cocoapods 1.1.1
1. 更新gem源
gem sources --add https://gems.ruby-china.org/ --remove
https://ruby.taobao.org/
sudo gem update --system
gem sources -l
https://gems.ruby-china.org/
gem sources -u
2. 升级 cocoapods
sudo gem install cocoapods
sudo gem install -n /usr/local/bin cocoapods
3.升级插件
sudo gem install specific_install
sudo gem uninstall cocoapods-repo-svn
sudo gem specific_install https://github.com/welkiner/cocoapods-
repo-svn
4.工程适配
target
plugin 'cocoapods-repo-svn', :sources => [ '************
]
pod '******'
pod '******'
pod 'XXX'
inhibit_all_warnings!
plugin
'cocoapods-repo-svn', :sources => [ '***********
]
target ' target ' do
]
target ' target ' do
pod '****'
pod '****'
pod '****'
end
inhibit_all_warnings!