mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-16 19:30:29 +00:00
Remove Buck abstract target in Podfile (#2878)
This commit is contained in:
parent
3761d8b0c3
commit
6a8cc50328
9
Podfile
9
Podfile
@ -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'
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user