Remove Buck abstract target in Podfile (#2878)

This commit is contained in:
Huy Nguyen 2017-01-09 20:53:23 +00:00 committed by Adlai Holler
parent 3761d8b0c3
commit 6a8cc50328

View File

@ -2,16 +2,15 @@ source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '7.0'
#TODO CocoaPods plugin instead?
abstract_target 'Buck' do
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
# Only for buck build
pod 'PINRemoteImage', '3.0.0-beta.7'
#TODO CocoaPods plugin instead?
post_install do |installer|
require 'fileutils'