[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / 3 / 5 / 2 / SwiftOTP / 2.0.0 / SwiftOTP.podspec.json
blob648ce5062dacfdaec7ea1042120e8c8c9a91d55f
2   "name": "SwiftOTP",
3   "version": "2.0.0",
4   "summary": "A Pure Swift library for generating One Time Passwords (OTP)",
5   "description": "SwiftOTP is a pure Swift library for generating One Time Passwords (OTP) commonly used for two factor authentication. SwiftOTP supports both HMAC-Based One Time Passwords (HOTP) and Time Based One Time Passwords (TOTP) defined in RFC 4226 and RFC 6238 respectively.",
6   "homepage": "https://github.com/lachlanbell/SwiftOTP",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "lachlanbell": "me@lachlanbell.com.au"
13   },
14   "source": {
15     "git": "https://github.com/lachlanbell/SwiftOTP.git",
16     "tag": "2.0.0"
17   },
18   "platforms": {
19     "ios": "9.0",
20     "osx": "10.11",
21     "watchos": "4.0",
22     "tvos": "9.0"
23   },
24   "source_files": "SwiftOTP/**/*.{swift,h}",
25   "dependencies": {
26     "CryptoSwift": [
27       ">= 1.0.0"
28     ]
29   }