iOS Private source
个人Cocoapods资源用法:
git clone [email protected]:XXXXX/podspec.git
pod repo add tkpodspec [email protected]:XXXXX/podspec.git
- 在项目Podfile文件里引用我相关的项目名称,如:
# 私有库 pod "TKPhoto",:head #image基本工具类和部分全局函数
pod install --verbose
andpod update
例如:
https://github.com/nicolastinkl/TKCapture/blob/master/Podfile