<Adding Pods to an Xcode project Before you begin Check the Specs repository or cocoapods.org to make sure the libraries you would like to use are available. Install CocoaPods on your computer. <Installation Create a Podfile, and add your dependencies: target 'MyApp' do pod 'AFNetworking', '~> 3.0' pod 'FBSDKCoreKit', '~> 4.9' end Run $ pod install in your project directory. Open App.xcworkspace a