blob: 7d8066bebf86f42351d52062d23775e0134c9e50 [file] [log] [blame]
{
"name": "OneTimePassword",
"version": "1.1.0",
"summary": "A small library for generating TOTP and HOTP one-time passwords.",
"homepage": "https://github.com/mattrubin/onetimepassword",
"license": "MIT",
"authors": "Matt Rubin",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/mattrubin/onetimepassword.git",
"tag": "1.1.0"
},
"source_files": "OneTimePassword/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"Base32": [
"~> 1.0.2"
]
}
}