Last active
June 29, 2016 05:49
-
-
Save openopen114/c67aef40d1710a8e87047f43a57d1523 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
source 'https://github.com/CocoaPods/Specs.git' | |
platform :ios, '9.0' | |
use_frameworks! | |
target 'ProjectName' do | |
pod 'Alamofire', '~> 3.4' | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment