mirror of
https://github.com/Instagram/IGListKit
synced 2026-05-18 14:58:34 +00: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
6 lines
106 B
Text
6 lines
106 B
Text
framework module OCMock {
|
|
umbrella header "OCMock-iOS-umbrella.h"
|
|
|
|
export *
|
|
module * { export * }
|
|
}
|