platform :ios, '11.0'
target 'MyProject' do
use_frameworks!
# Pods for MyProject
pod 'Alamofire', '~> 4.5'
pod 'SwiftyJSON', '~> 3.1.4'
pod 'AlamofireImage', '~> 3.3'
target 'MyProjectTests' do
inherit! :search_paths
# Pods for testing
end
target 'MyProjectUITests' do
inherit! :search_paths
# Pods for testing
end
end