Swiftgram/Podfile
2015-03-23 14:06:38 -07:00

9 lines
181 B
Ruby

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '7.0'
target :'AsyncDisplayKitTests', :exclusive => true do
pod 'OCMock', '~> 2.2'
pod 'FBSnapshotTestCase'
end