[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / 3 / 5 / 2 / SwiftOTP / 0.1.1 / SwiftOTP.podspec.json
blobc9a8d6b1a52d94a53eb7ec2f0418b0084d2764ed
2   "name": "SwiftOTP",
3   "version": "0.1.1",
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": "0.1.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "SwiftOTP/**/*",
22   "dependencies": {
23     "CryptoSwift": [
24       ">= 0.8.0"
25     ]
26   },
27   "pushed_with_swift_version": "4.0"