Files
IGListKit/Podfile
Jesse Squires e4a47193c1 Add tvOS support. Close #118
Summary:
Closes #118.

- Add tvOS framework + test targets
- Add shared scheme `IGListKit-tvOS`
- Update `Podfile` and `.podspec`
- Update `.travis.yml`
- Update `CHANGELOG`
- Update `README`
- Run `pod install` and check-in updates

- [x] All tests pass. Demo project builds and runs.
- [x] I added tests, an experiment, or detailed why my change isn't tested.
- [x] I have reviewed the [contributing guide](https://github.com/Instagram/IGListKit/blob/master/CONTRIBUTING.md)
Closes https://github.com/Instagram/IGListKit/pull/137

Differential Revision: D4101583

Pulled By: rnystrom

fbshipit-source-id: f2736f16ad9f61ad5348c5e93571f3b752deec98
2016-10-29 14:44:11 -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