Skip to content

Instantly share code, notes, and snippets.

@GE-N
Last active August 29, 2015 14:26
Show Gist options
  • Save GE-N/8065838d22cce6784b1d to your computer and use it in GitHub Desktop.
Save GE-N/8065838d22cce6784b1d to your computer and use it in GitHub Desktop.
Podfile for install quick & nimble
platform :ios, '8.0'
use_frameworks!
target 'SMSME' do
end
target 'SMSMETests' do
pod 'Quick', '~> 0.3.1' ## For Swift 1.2
pod 'Nimble'
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