ashishkakkad.com
How to use Alamofire and SwiftyJSON with Swift? - Swift 3 - iOS 10 - Xcode 8 - Ashish Kakkad
Alamofire is an HTTP networking library written in Swift. SwiftyJSON makes it easy to deal with JSON data in Swift. Steps to setup the CocoaPods Open Terminal CocoaPods runs on ruby so update your system. sudo gem update --system Install CocoaPods Install CocoaPods by using following command : sudo gem install cocoapods If you are ... Read more
Ashish Kakkad