Skip to content

Instantly share code, notes, and snippets.

@GE-N
Created August 12, 2015 06:46
Show Gist options
  • Save GE-N/2ccdc63c1b07a979abb1 to your computer and use it in GitHub Desktop.
Save GE-N/2ccdc63c1b07a979abb1 to your computer and use it in GitHub Desktop.
platform :ios, '8.0'
use_frameworks!
target 'SMSME' do
pod 'Alamofire'
end
target 'SMSMETests' do
pod 'Quick', '~> 0.3.1' ## For Swift 1.2
pod 'Nimble'
pod 'OHHTTPStubs', '~> 4.1'
end
// Then run pod install on terminal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment