Swiftgram/Podfile
2016-06-08 13:33:03 -07:00

9 lines
176 B
Ruby

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