[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / d / 3 / b / OneTimePassword / 1.1.0 / OneTimePassword.podspec.json
blob7d8066bebf86f42351d52062d23775e0134c9e50
2   "name": "OneTimePassword",
3   "version": "1.1.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   "platforms": {
9     "ios": "7.0"
10   },
11   "source": {
12     "git": "https://github.com/mattrubin/onetimepassword.git",
13     "tag": "1.1.0"
14   },
15   "source_files": "OneTimePassword/**/*.{h,m}",
16   "requires_arc": true,
17   "dependencies": {
18     "Base32": [
19       "~> 1.0.2"
20     ]
21   }