mirror of
https://github.com/TextureGroup/Texture.git
synced 2026-04-07 19:17:39 +00:00
9 lines
169 B
Ruby
9 lines
169 B
Ruby
platform :ios, '9.0'
|
|
|
|
target :'AsyncDisplayKitTests' do
|
|
platform :ios, '10.0'
|
|
use_frameworks!
|
|
pod 'OCMock', '~>3.6'
|
|
pod 'iOSSnapshotTestCase/Core', '~> 6.2'
|
|
end
|