From 6a8cc50328d14fa7af57a878d6cbd6521d676922 Mon Sep 17 00:00:00 2001 From: Huy Nguyen Date: Mon, 9 Jan 2017 20:53:23 +0000 Subject: [PATCH] Remove Buck abstract target in Podfile (#2878) --- Podfile | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Podfile b/Podfile index 5d2d0b7435..e1bdbb8b62 100644 --- a/Podfile +++ b/Podfile @@ -2,16 +2,15 @@ source 'https://github.com/CocoaPods/Specs.git' platform :ios, '7.0' -#TODO CocoaPods plugin instead? -abstract_target 'Buck' do +target :'AsyncDisplayKitTests' do + pod 'OCMock', '~> 2.2' + pod 'FBSnapshotTestCase/Core', '~> 2.1' + pod 'JGMethodSwizzler', :git => 'https://github.com/JonasGessner/JGMethodSwizzler', :branch => 'master' + + # Only for buck build pod 'PINRemoteImage', '3.0.0-beta.7' - target :'AsyncDisplayKitTests' do - pod 'OCMock', '~> 2.2' - pod 'FBSnapshotTestCase/Core', '~> 2.1' - pod 'JGMethodSwizzler', :git => 'https://github.com/JonasGessner/JGMethodSwizzler', :branch => 'master' - end - + #TODO CocoaPods plugin instead? post_install do |installer| require 'fileutils'