[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / b / 2 / 6 / SudoPasswordManager / 2.2.0 / SudoPasswordManager.podspec.json
blobc829ec18b484e8fb4814ca5004f89cfb0a97612e
2   "name": "SudoPasswordManager",
3   "version": "2.2.0",
4   "authors": {
5     "Sudo Platform Engineering": "sudoplatform-engineering@anonyome.com"
6   },
7   "homepage": "https://sudoplatform.com",
8   "summary": "Password manager SDK for the Sudo Platform by Anonyome Labs.",
9   "license": {
10     "type": "Apache License, Version 2.0",
11     "file": "LICENSE"
12   },
13   "source": {
14     "git": "https://github.com/sudoplatform/sudo-password-manager-ios.git",
15     "tag": "v2.2.0"
16   },
17   "source_files": "SudoPasswordManager/**/*.swift",
18   "platforms": {
19     "ios": "13.0"
20   },
21   "requires_arc": true,
22   "swift_versions": "5.0",
23   "resources": [
24     "SudoPasswordManager/**/*.pdf"
25   ],
26   "dependencies": {
27     "zxcvbn-ios": [
28       "~> 1.0"
29     ],
30     "SudoLogging": [
31       "~> 0.3"
32     ],
33     "SudoKeyManager": [
34       "~> 1.2"
35     ],
36     "SudoUser": [
37       ">= 7.14",
38       "< 11.0"
39     ],
40     "SudoProfiles": [
41       ">= 5.6",
42       "< 10.0"
43     ],
44     "SudoSecureVault": [
45       ">= 2.0",
46       "< 5.0"
47     ],
48     "SudoEntitlements": [
49       ">= 1.1",
50       "< 3.0"
51     ]
52   },
53   "swift_version": "5.0"