Skip to content

Latest commit

 

History

History
46 lines (25 loc) · 1011 Bytes

CocoaPods 使用方法+第三方库.md

File metadata and controls

46 lines (25 loc) · 1011 Bytes

安装CocoaPods

sudo gem update --system
sudo gem install cocoapods

清华CocoaPods 镜像

新版的 CocoaPods 不允许用pod repo add直接添加master库了,但是依然可以:

$ cd ~/.cocoapods/repos 
$ pod repo remove master
$ git clone https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git master

最后进入自己的工程,在自己工程的podFile第一行加上:

source 'https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git'

升级 cocoapods到最新版本

sudo gem install -n /usr/local/bin cocoapods 

Podfile 使用方法

SwiftJson

SwipeCellKit

DefaultsKit

加载 GIF