brew install carthage
切至项目目录:
cd xxx
创建Cartfile文件
vi Cartfile
填写依赖
git "https://xxxxx" "master" 分支
github "username/xxx" 例如:github "ccgus/fmdb"
git "file:///本地目录git目录"
安装依赖
carthage update
安装某一个依赖
carthage update xxx
安装对应的platform
carthage update --platform ios
相关文章
- 01-272.2使用urllib的简单传输
- 01-27Holtek合泰单片机《二 & 四》使用lcd1602实现简单的万年历
- 01-27简单的@Async使用
- 01-27Date类型的简单使用
- 01-27Android线程池基础入门和简单实践以及使用技巧,附答案
- 01-27PDE工具箱的简单使用
- 01-27ext3grep简单使用教程
- 01-27EndNote的简单使用
- 01-27关于iperf3的简单使用
- 01-27StanfordCoreNLP的简单使用