Skip to content

Instantly share code, notes, and snippets.

@stevebargelt
Last active August 29, 2015 14:07
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 stevebargelt/d3baf980a3e990be67f1 to your computer and use it in GitHub Desktop.
Save stevebargelt/d3baf980a3e990be67f1 to your computer and use it in GitHub Desktop.
Podfile Base
source 'https://github.com/CocoaPods/Specs.git'
# Uncomment this line to define a global platform for your project
# platform :ios, "8.0"
# Realm DB... You need to add both “Realm” & “RealmSwift” for swift Projects
use_frameworks!
pod 'Realm', :git => 'https://github.com/realm/realm-cocoa.git', :branch => 'swift-2.0'
pod 'RealmSwift', :git => 'https://github.com/realm/realm-cocoa.git', :branch => 'swift-2.0'
target "processTest" do
pod 'KVOController'
pod 'Localytics-AMP', '~> 2.0'
pod 'CrittercismSDK'
end
target :processTestTests, :exclusive => true do
pod 'Kiwi'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment