Download Image Cache Image Cleanup Cached Image HTTP Get
1. Install Cocoapods
$ sudo gem install cocoapods
2. Create Podfile (included in source tree), to Declare dependencies and Install them
$ pod install
3. Open the workspace using Xcode 6 Beta 5
$ open SwiftAFNetworkingDemo.xcworkspace
- http://cocoapods.org/
- https://medium.com/@kirualex/cocoapods-with-swift-e6f8ba8f0afc - How to create Bridging Header
- https://github.com/AFNetworking/AFNetworking/wiki/Getting-Started-with-AFNetworking - How to config AFNetworking in Podfile