mirror of
https://github.com/TextureGroup/Texture.git
synced 2026-04-07 19:17:39 +00:00
- I tried to make these tests work with OCMock, but that only ever saw 1 call. - All these do is count `-reloadData` calls. I'm not sure why so many other methods are recorded. - Why we are doing this is the library targets iOS 5 and is flagged as a warning in builds.
9 lines
175 B
Ruby
9 lines
175 B
Ruby
source 'https://github.com/CocoaPods/Specs.git'
|
|
|
|
platform :ios, '9.0'
|
|
|
|
target :'AsyncDisplayKitTests' do
|
|
pod 'OCMock', '~>3.6'
|
|
pod 'FBSnapshotTestCase/Core', '~> 2.1'
|
|
end
|