[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 3 / b / OneTimePassword / 3.2.0 / OneTimePassword.podspec.json
blobbae32b071bbafcf0a52233456c9f21bfc3c30344
2   "name": "OneTimePassword",
3   "version": "3.2.0",
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   "swift_versions": [
9     "4.2",
10     "5.0",
11     "5.0"
12   ],
13   "platforms": {
14     "ios": "8.0",
15     "watchos": "2.0"
16   },
17   "source": {
18     "git": "https://github.com/mattrubin/OneTimePassword.git",
19     "tag": "3.2.0"
20   },
21   "source_files": "Sources/*.{swift}",
22   "requires_arc": true,
23   "dependencies": {
24     "Base32": [
25       "~> 1.1.2"
26     ]
27   },
28   "swift_version": "5.0"