Files
IGListKit/Podfile
Jesse Squires 9d102b9639 Fixup project, update README and guides
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
2017-05-12 09:47:20 -07:00

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