blob: bae32b071bbafcf0a52233456c9f21bfc3c30344 [file] [log] [blame]
{
"name": "OneTimePassword",
"version": "3.2.0",
"summary": "A small library for generating TOTP and HOTP one-time passwords.",
"homepage": "https://github.com/mattrubin/OneTimePassword",
"license": "MIT",
"authors": "Matt Rubin",
"swift_versions": [
"4.2",
"5.0",
"5.0"
],
"platforms": {
"ios": "8.0",
"watchos": "2.0"
},
"source": {
"git": "https://github.com/mattrubin/OneTimePassword.git",
"tag": "3.2.0"
},
"source_files": "Sources/*.{swift}",
"requires_arc": true,
"dependencies": {
"Base32": [
"~> 1.1.2"
]
},
"swift_version": "5.0"
}