IGListKit/Podfile
Zhisheng Huang e4f0f204e1 Fix the Gemfile.lock for the CI build (#1524)
Summary:
Pull Request resolved: https://github.com/Instagram/IGListKit/pull/1524

easy

Reviewed By: bdotdub

Differential Revision: D30354078

fbshipit-source-id: 2ccca064bf78f3cc98d91660f686d36863ab9bcd
2021-08-16 17:10:48 -07:00

15 lines
275 B
Ruby

source 'https://cdn.cocoapods.org'
use_frameworks!
inhibit_all_warnings!
workspace 'IGListKit'
target 'IGListKitTests' do
platform :ios, '9.0'
pod 'OCMock', '~> 3.8.1'
end
target 'IGListKit-tvOSTests' do
platform :tvos, '10.0'
pod 'OCMock', '~> 3.8.1'
end