4 "summary": "A Pure Swift library for generating One Time Passwords (OTP)",
5 "description": "SwiftOTP is a pure Swift library for generating One Time Passwords (OTP) commonly used for two factor authentication. SwiftOTP supports both HMAC-Based One Time Passwords (HOTP) and Time Based One Time Passwords (TOTP) defined in RFC 4226 and RFC 6238 respectively.",
6 "homepage": "https://github.com/lachlanbell/SwiftOTP",
12 "lachlanbell": "me@lachlanbell.com.au"
15 "git": "https://github.com/lachlanbell/SwiftOTP.git",
21 "source_files": "SwiftOTP/**/*",
27 "pushed_with_swift_version": "4.0"