So, everyone’s excited about the Objective-C successor Apple unveiled yesterday. After the rush to download Xcode 6 you created your first swift project and start hacking away, but your code feels alone. It wants to play with all the great libraries out there, so quick! Let’s add some pods! First you create a Podfile: platform :ios, '7.0' pod 'AFNetworking', '~> 2.2.4'and run pod install to find y