Tutorial by Examples

To update CocoaPods by simply installing the gem again [sudo] gem install cocoapods Or for a pre-release version [sudo] gem install cocoapods --pre
The dependencies for your projects are specified in a single text file called a Podfile. CocoaPods will resolve dependencies between libraries, fetch the resulting source code, then link it together in an Xcode workspace to build your project. Create a podfile # Next line contains target platf...
Lets start installing the popular library Alamofire to our Xcode project! Lets first install CocoaPods by using the command: [sudo] gem install cocoapods Then let's create a new project in Xcode called Start! Navigate to the folder that contains the .xcodeproj and create a new text file called ...

Page 1 of 1