Created
July 3, 2018 08:49
-
-
Save jazzbpn/66650f1702c5fefc6ea5713435605634 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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