Don't know what Zype is? Check this overview.
This is a core Zyppe tvOS project. It is used to provide an API service layer to zype platform.
As an example of the app that is using ZypeAppleTVBase see a sandbox app: https://github.com/svetdev/svetliy-apple-tv
CocoaPods
A step by step series of examples that tell you have to get a development env running
Open Podfile and add dependency
pod 'ZypeAppleTVBase', :git => 'https://github.com/zype/ZypeAppleTVBase.git', :tag => '0.4.1'
In the root folder of the app run
pod install
ZypeAppleTVBase is hooked to continious integration with TravisCI. Tests will automatically run after each change to the repo
To run test manually click select main target and click Test in Xcode.
Please read submit pull requests to us.
For the versions available, see the tags on this repository. For Swift 2.3 vesion of Swift use 0.3.2 version of the ZypeAppleTVBase
- Andrey Kasatkin - Initial work - Svetliy
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details