Guest User

Untitled

a guest
Oct 20th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. Carthage is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks.
  2.  
  3. You can install Carthage with Homebrew using the following command:
  4.  
  5. $ brew update
  6. $ brew install carthage
  7.  
  8. specify it in your Cartfile:
  9. github "Alamofire/Alamofire" ~> 4.7
  10.  
  11. Run carthage update to build the framework
  12. drag the built Alamofire.framework into your Xcode project.
Add Comment
Please, Sign In to add comment