blob: 8ee6a42c2544ea14bbf9d5297840e03baa48f42c [file] [log] [blame]
{
"name": "SwiftOTP",
"version": "0.1.3",
"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.3"
},
"platforms": {
"ios": "9.0"
},
"source_files": "SwiftOTP/**/*",
"dependencies": {
"CryptoSwift": [
">= 0.10.0"
]
}
}