Advertisement
Guest User

Untitled

a guest
Apr 26th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. $ brew install carthage
  2.  
  3. $ cat > Cartfile
  4. github "Alamofire/Alamofire"
  5. github "SwiftyJSON/SwiftyJSON"
  6.  
  7. # install
  8. $ carthage update --platform iOS --verbose
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement