[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 3 / b / OneTimePassword / 1.1.1 / OneTimePassword.podspec.json
blobdd3b2d5f464ed911468ce968396760776bb8b3a0
2   "name": "OneTimePassword",
3   "version": "1.1.1",
4   "summary": "A small library for generating TOTP and HOTP one-time passwords.",
5   "homepage": "https://github.com/mattrubin/onetimepassword",
6   "license": "MIT",
7   "authors": "Matt Rubin",
8   "platforms": {
9     "ios": "8.0"
10   },
11   "source": {
12     "git": "https://github.com/mattrubin/onetimepassword.git",
13     "tag": "1.1.1"
14   },
15   "source_files": "OneTimePassword/**/*.{h,m}",
16   "private_header_files": "OneTimePassword/NSURL+QueryItems.h",
17   "requires_arc": true,
18   "dependencies": {
19     "Base32": [
20       "~> 1.0.2"
21     ]
22   }