mirror of
https://github.com/tappollo/IGListKit.git
synced 2026-01-13 16:53:01 +08:00
Summary: - Fix OCMock issues with tvOS tests - Update README/guides Closes https://github.com/Instagram/IGListKit/pull/737 Differential Revision: D5052333 Pulled By: jessesquires fbshipit-source-id: 958444d892c14dd4c75e244f20ae21bbfeec8290
13 lines
210 B
Ruby
13 lines
210 B
Ruby
source 'https://github.com/CocoaPods/Specs.git'
|
|
use_frameworks!
|
|
|
|
workspace 'IGListKit'
|
|
|
|
target 'IGListKitTests' do
|
|
pod 'OCMock', '~> 3.0'
|
|
end
|
|
|
|
target 'IGListKit-tvOSTests' do
|
|
pod 'OCMock', '~> 3.0'
|
|
end
|