Files
Swiftgram/Podfile
2016-05-25 21:34:07 +07:00

9 lines
173 B
Ruby

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