Skip to content

Instantly share code, notes, and snippets.

@jazzbpn
Created July 3, 2018 08:49
Show Gist options
  • Save jazzbpn/66650f1702c5fefc6ea5713435605634 to your computer and use it in GitHub Desktop.
Save jazzbpn/66650f1702c5fefc6ea5713435605634 to your computer and use it in GitHub Desktop.
platform :ios, '9.0'
target 'VIPER-demo' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
# Pods for VIPER-demo
pod 'Alamofire', '~> 4.0'
pod 'AlamofireImage', '~> 3.3'
pod 'AlamofireObjectMapper', '~> 4.0'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment