blob: 0fb472d274d705cae27c1f6009dcc15220662993 [file] [log] [blame]
{
"name": "SwiftOTP",
"version": "0.1.2",
"summary": "A Pure Swift library for generating One Time Passwords (OTP)",
"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.",
"homepage": "https://github.com/lachlanbell/SwiftOTP",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lachlanbell": "me@lachlanbell.com.au"
},
"source": {
"git": "https://github.com/lachlanbell/SwiftOTP.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "9.0"
},
"source_files": "SwiftOTP/**/*",
"dependencies": {
"CryptoSwift": [
"~> 0.8.0"
]
},
"pushed_with_swift_version": "4.0"
}