mirror of
https://github.com/tappollo/IGListKit.git
synced 2026-05-13 17:21:14 +08:00
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
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
|