blob: dd3b2d5f464ed911468ce968396760776bb8b3a0 [file] [log] [blame]
{
"name": "OneTimePassword",
"version": "1.1.1",
"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": "8.0"
},
"source": {
"git": "https://github.com/mattrubin/onetimepassword.git",
"tag": "1.1.1"
},
"source_files": "OneTimePassword/**/*.{h,m}",
"private_header_files": "OneTimePassword/NSURL+QueryItems.h",
"requires_arc": true,
"dependencies": {
"Base32": [
"~> 1.0.2"
]
}
}