【carthage】一个新的依赖管理工具

###安装carthage

使用 homebrew进行安装
brew install carthage

###安装过程很简单

goswift:Desktop knight.lu$ brew install carthage
==> Downloading https://homebrew.bintray.com/bottles/carthage-0.17.2.el_capitan.
######################################################################## 100.0%
==> Pouring carthage-0.17.2.el_capitan.bottle.1.tar.gz
==> Caveats
Bash completion has been installed to:
  /usr/local/etc/bash_completion.d

zsh completion has been installed to:
  /usr/local/share/zsh/site-functions
==> Summary

相关文章

迭代器模式(Iterator)迭代器模式(Iterator)[Cursor]意图...
高性能IO模型浅析服务器端编程经常需要构造高性能的IO模型,...
策略模式(Strategy)策略模式(Strategy)[Policy]意图:定...
访问者模式(Visitor)访问者模式(Visitor)意图:表示一个...
命令模式(Command)命令模式(Command)[Action/Transactio...
生成器模式(Builder)生成器模式(Builder)意图:将一个对...