source 'https://github.com/CocoaPods/Specs.git' platform :ios, '7.0' target :'AsyncDisplayKitTests' do pod 'OCMock', '~> 2.2' # this is identical to FBSnapshotTestCase 2.1.3 except that the deployment was changed from 8.0 -> 7.0 pod 'FBSnapshotTestCase/Core', :git => "https://github.com/hannahmbanana/ios-snapshot-test-case.git" end