IGListKit/Podfile
Ryan Nystrom e3aa05a2ee Update Travis to Xcode 9.2 #trivial
Summary:
Issue fixed: #1009
Closes https://github.com/Instagram/IGListKit/pull/1025

Differential Revision: D6771239

Pulled By: rnystrom

fbshipit-source-id: be722bcded6fd5d04e0988d39a4ff58a7cef749e
2018-01-21 18:51:27 -08:00

15 lines
284 B
Ruby

source 'https://github.com/CocoaPods/Specs.git'
use_frameworks!
inhibit_all_warnings!
workspace 'IGListKit'
target 'IGListKitTests' do
platform :ios, '8.0'
pod 'OCMock', '~> 3.0'
end
target 'IGListKit-tvOSTests' do
platform :tvos, '10.0'
pod 'OCMock', '~> 3.0'
end