Files
Texture/Podfile
Greg BolsingaandRahul Malik 3ccbc5f436 Update FBSnapshotTestCase to iOSSnapshotTestCase (=6.2) (#1855)
* Update FBSnapshotTestCase to iOSSnapshotTestCase (=6.1)

* be explicit about iOSSnapshotTestCase 6.2

* get rid of iOS_10 suffix and move all the reference images from there into the true reference directory

Co-authored-by: Rahul Malik <rmalik@pinterest.com>
2020-05-28 15:36:05 -07:00

11 lines
218 B
Ruby

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '9.0'
target :'AsyncDisplayKitTests' do
platform :ios, '10.0'
use_frameworks!
pod 'OCMock', '~>3.6'
pod 'iOSSnapshotTestCase/Core', '~> 6.2'
end