[![CI Status](http://img.shields.io/travis/Lukáš Hromadník/notifit-ios-sdk.svg?style=flat)](https://travis-ci.org/Lukáš Hromadník/notifit-ios-sdk)
To run the example project, clone the repo, and run pod install
from the Example directory first.
notifit-ios-sdk is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "notifit-ios-sdk"
let appToken = "edde9798-8aa3-e511-9426-00155d000710"
let user = "AJTY"
let password = "****"
Notifit.registerToken(deviceToken, toApplication: appToken, forUser: user, withPassword: password, success: nil, failure: nil)
Lukáš Hromadník, [email protected]
notifit-ios-sdk is available under the MIT license. See the LICENSE file for more info.