安裝參考:
http://www.reibang.com/p/7cb597bf5f12
http://www.reibang.com/p/7c49d81cbb8e
安裝cocopods 21-5-31更新
git clone https://gitee.com/mirrors/CocoaPods-Specs.git ~/.cocoapods/repos/trunk
安裝 brew:
/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"
輸入數(shù)字1 九杂,選擇中科大下載源萧朝;后續(xù)輸入系統(tǒng)密碼;直至安裝完成寥院;
使用:
1、cd 項(xiàng)目中
2镀脂、touch Podfile //創(chuàng)建文件
3帐姻、open -e Podfile //打開(kāi)文件
4、輸入要的庫(kù):
#source 'https://github.com/CocoaPods/Specs.git'
source 'https://gitee.com/mirrors/CocoaPods-Specs.git'
platform :ios, ‘9.0’
use_frameworks!
target '工程的名字' do
pod 'SnapKit'
pod 'Kingfisher'
pod 'SVProgressHUD'
pod 'FDFullscreenPopGesture', '~> 1.1'
pod 'Alamofire','~> 3.4'
pod 'SwiftyJSON'
end
SnapKit swift約束庫(kù)
Kingfisher 圖片緩存庫(kù) 用法 :testImag.kf_setImageWithURL(NSURL(string: "http://your_image_url.png")!, placeholderImage: UIImage(named: "mrt"))
FDFullscreenPopGesture 全屏側(cè)滑返回上級(jí)頁(yè)面
5悯恍、pod install //安裝
6库糠、 pod update 或者pod install --verbose --no-repo-update //更新 pod update 有可能被墻 /pod install --verbose --no-repo-update更新可能更不到最新庫(kù) 還是需要使用pod update
7、pod search xxx // xxx代表項(xiàng)目名 搜索項(xiàng)目名 搜索完成按Q退出頁(yè)面
8涮毫、pod repo update //出現(xiàn)搜索庫(kù)不是最新庫(kù)時(shí) 更新本地pod倉(cāng)庫(kù)命令
高級(jí)用法可參考鏈接
http://www.open-open.com/lib/view/open1442462680602.html
//注意 swift 使用cocoapods 需要 import 三方庫(kù)名 例:import AFNetworking