Last active
December 19, 2015 01:49
-
-
Save maltzsama/5879000 to your computer and use it in GitHub Desktop.
CocoPods install
This file contains hidden or 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
| #1 -Instalação do CocoaPods | |
| [sudo] gem install cocoapods | |
| $ pod setup | |
| #2 Edição do Podfile | |
| $ vim Podfile | |
| #3 Instalação dos pods | |
| $ pod install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment