Last active
February 27, 2019 19:57
-
-
Save tsaito-cyber/bd350c2a442fb5115c33bdc2749ff04d to your computer and use it in GitHub Desktop.
carthage.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ brew install carthage | |
$ cat > Cartfile | |
github "Alamofire/Alamofire" | |
github "SwiftyJSON/SwiftyJSON" | |
# install | |
$ carthage update --platform iOS --verbose | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment