mirror of
https://github.com/TextureGroup/Texture.git
synced 2026-04-07 19:17:39 +00:00
* 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>
11 lines
218 B
Ruby
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
|