Last active
August 29, 2015 14:26
-
-
Save GE-N/8065838d22cce6784b1d to your computer and use it in GitHub Desktop.
Podfile for install quick & nimble
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, '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