Skip to content

Instantly share code, notes, and snippets.

@marciok
Last active August 29, 2015 14:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marciok/8379b87df613bdc9dc24 to your computer and use it in GitHub Desktop.
Save marciok/8379b87df613bdc9dc24 to your computer and use it in GitHub Desktop.
Testing view controllers Podfile example
platform :ios, '8.0'
source 'https://github.com/CocoaPods/Specs.git'
use_frameworks!
target 'PonyTests', :exclusive => true do
pod 'Nimble', :git => 'https://github.com/Quick/Nimble.git' #, :branch => 'swift-1.1' # if you want to use swift 1.1
pod 'Quick', :git => 'https://github.com/Quick/Quick.git', # :branch => 'swift-1.1'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment