mirror of
https://github.com/TextureGroup/Texture.git
synced 2026-04-07 19:17:39 +00:00
None of the core maintainers uses BUCK and so the build files are not maintained. Let's remove them to clean up the repo.
10 lines
312 B
Ruby
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
|