Repository to add work in iOS Programming class
CocoaPods
To use them you have to create a XCode Project first. Then, open a Terminal and go into the project folder. Write there 'pod init'.
After that, open the Podfile created, uncomment the first line and add the pods you want. When you have finished, write on the terminal 'pod install' or 'pod update'.
Then, in the project folder, you have to open the file with the extension '.xcworkspace'.