测试已测试 | ✗ |
语言语言 | SwiftSwift |
许可证 | MIT |
发布时间最后发布 | 2016年10月 |
Swift版本Swift 版本 | 3.0 |
SPM支持SPM | ✗ |
由Molnar Kristian维护。
要运行示例项目,请克隆仓库,并首先从Example目录中运行 pod install
UserSession可通过CocoaPods获得。要安装它,只需将以下行添加到您的Podfile中
pod "UserSession"
import UserSession
UserSession().createSessionForTheUser("{userId}", "[foo:bar]")
[foo:bar]
它是您的用户对象 as AnyObject
Molnar Kristian, [email protected]
UserSession根据MIT许可证提供。有关更多信息,请参阅LICENSE文件。