UserSession 0.1.3

UserSession 0.1.3

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Oct 2016
SwiftSwift Version 3.0
SPMSupports SPM

Maintained by Molnar Kristian.



  • By
  • Molnar Kristian

UserSession

[] Code Climate Test Coverage Issue Count

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

UserSession is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "UserSession"

Usage

import UserSession

Create a session for your user

UserSession().createSessionForTheUser("{userId}", "[foo:bar]")
[foo:bar] 

it’s your user’s object as AnyObject

Author

Molnar Kristian, [email protected]

License

UserSession is available under the MIT license. See the LICENSE file for more info.