TestsTested | ✗ |
LangLanguage | SwiftSwift |
License | Apache 2 |
ReleasedLast Release | Jul 2017 |
SwiftSwift Version | 3.0 |
SPMSupports SPM | ✗ |
Maintained by Borja Santos-Diez.
A getting started guide and some other information related to integrating and setting up the SDK can be found in the wiki.
The latest API documentation (Swift oriented) can be checked here.
In order to start developing the Halo SDK, there are some required packages/tools to be installed first:
brew install carthage
[sudo] gem install jazzy
.Once that’s done, the initial setup of the project can be done. From the root folder of the project you can run:
carthage bootstrap --platform iOS
will set up the project, downloading any extra libraries/SDKs needed.… and you’re done! Enjoy developing this wonderful SDK!