CurrencyApp-IOS
Alamofire and SwiftyJSON Example Tutorial
Install Alamofire Library - CocoaPods
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '10.0'
use_frameworks!
target ‘AlamofireExample’ do
pod 'Alamofire', '~> 4.4'
end
Install SwiftyJSON Library - CocoaPods
pod 'SwiftyJSON'