Merge pull request #567 from eanagel/FBSnapshotTestCase-version

Fb snapshot test case version
This commit is contained in:
appleguy 2015-07-14 13:56:04 -07:00
commit cfbf03f4e0

View File

@ -4,5 +4,5 @@ platform :ios, '7.0'
target :'AsyncDisplayKitTests', :exclusive => true do
pod 'OCMock', '~> 2.2'
pod 'FBSnapshotTestCase'
pod 'FBSnapshotTestCase', '~> 1.8.1'
end