因为cocoapods速度问题,不知道浪费了多少时间了!
用的最多的 pod install ,pod update 每次都要升级cocoapods的spec仓库,在命令执行时添加参数可以略过此步。
珍爱生命吧!
sudo npm install -g cocoapods-cli
pod install --verbose --no-repo-update
pod update --verbose --no-repo-update
rm -rf ~/Library/Developer/Xcode
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
- v0.1.0 初始化版本
- write by
i5ting
shiren1118@126.com
如有建议或意见,请在issue提问或邮件
this repo is released under the MIT License.