mirror of
https://github.com/Instagram/IGListKit
synced 2026-05-05 22:48:21 +00:00
Summary: Pull Request resolved: https://github.com/Instagram/IGListKit/pull/1524 easy Reviewed By: bdotdub Differential Revision: D30354078 fbshipit-source-id: 2ccca064bf78f3cc98d91660f686d36863ab9bcd
15 lines
275 B
Ruby
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
|