Skip to content
This repository was archived by the owner on Feb 2, 2023. It is now read-only.

Commit 6a8cc50

Browse files
nguyenhuyAdlai Holler
authored andcommitted
Remove Buck abstract target in Podfile (#2878)
1 parent 3761d8b commit 6a8cc50

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

Podfile

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,15 @@ source 'https://github.com/CocoaPods/Specs.git'
22

33
platform :ios, '7.0'
44

5-
#TODO CocoaPods plugin instead?
6-
abstract_target 'Buck' do
7-
pod 'PINRemoteImage', '3.0.0-beta.7'
5+
target :'AsyncDisplayKitTests' do
6+
pod 'OCMock', '~> 2.2'
7+
pod 'FBSnapshotTestCase/Core', '~> 2.1'
8+
pod 'JGMethodSwizzler', :git => 'https://github.com/JonasGessner/JGMethodSwizzler', :branch => 'master'
89

9-
target :'AsyncDisplayKitTests' do
10-
pod 'OCMock', '~> 2.2'
11-
pod 'FBSnapshotTestCase/Core', '~> 2.1'
12-
pod 'JGMethodSwizzler', :git => 'https://github.com/JonasGessner/JGMethodSwizzler', :branch => 'master'
13-
end
10+
# Only for buck build
11+
pod 'PINRemoteImage', '3.0.0-beta.7'
1412

13+
#TODO CocoaPods plugin instead?
1514
post_install do |installer|
1615
require 'fileutils'
1716

0 commit comments

Comments
 (0)