update Podfile to require FBSnapshotCase 1.8.1 because v2.0+ requires frameworks and we haven't tried enabling them yet.

This commit is contained in:
Ethan Nagel 2015-07-13 14:35:54 -07:00
parent 6703c95aeb
commit 13f71d6672

View File

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