mirror of
https://github.com/Instagram/IGListKit
synced 2026-05-15 05:18:18 +00:00
Summary: Issue fixed: #1009 Closes https://github.com/Instagram/IGListKit/pull/1025 Differential Revision: D6771239 Pulled By: rnystrom fbshipit-source-id: be722bcded6fd5d04e0988d39a4ff58a7cef749e
15 lines
284 B
Ruby
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
|