blob: 8ceeb2841d9e1d5cfa930c7b70be5d47e5f8ab4b [file] [log] [blame]
{
"name": "SwiftOTP",
"version": "0.1.4",
"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.4"
},
"platforms": {
"ios": "9.0",
"osx": "10.11",
"watchos": "4.0",
"tvos": "9.0"
},
"source_files": "SwiftOTP/**/*.{swift,h}",
"dependencies": {
"CryptoSwift": [
">= 0.10.0"
]
}
}