switch snapshot-test-case back to the main repo (#2454)

The latest version (v2.1.4) brought back the deployment target
`s.ios.deployment_target  = '7.0'`.
This commit is contained in:
romankl
2016-10-22 02:41:07 +02:00
committed by appleguy
parent c65c233613
commit 4dca05767b

View File

@@ -4,6 +4,5 @@ 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"
pod 'FBSnapshotTestCase/Core', '~> 2.1'
end