blob: 7efab2df066797c19ad09d99a95ee2b666766b4b [file] [log] [blame]
{
"name": "OneTimePassword",
"version": "1.0.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.0.0"
},
"source_files": "OneTimePassword/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"Base32": [
"~> 1.0.2"
]
}
}