Files
Texture/Podfile
Huy Nguyen 44aecb368f Remove BUCK support (#1632)
None of the core maintainers uses BUCK and so the build files are not maintained. Let's remove them to clean up the repo.
2019-08-22 11:13:51 -07:00

10 lines
312 B
Ruby

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '9.0'
target :'AsyncDisplayKitTests' do
pod 'OCMock', '=3.4.1' # 3.4.2 currently has issues.
pod 'FBSnapshotTestCase/Core', '~> 2.1'
pod 'JGMethodSwizzler', :git => 'https://github.com/JonasGessner/JGMethodSwizzler', :branch => 'master'
end