Files
Texture/Podfile
Greg Bolsinga 0d7f705aaa Use ASReplaceMethodWithBlock instead of swizzling with a library (#1832)
- 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.
2020-05-22 14:58:36 -07:00

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