carthage 简单使用步骤

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
上一篇:快速构建Windows 8风格应用18-基础控件I


下一篇:PLSQL Developer 9.如何设置查询返回所有纪录(转)