[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / b / 2 / 6 / SudoPasswordManager / 3.0.7 / SudoPasswordManager.podspec.json
blobe2612a5bb66767bd9bf0545e85d81585440383aa
2   "name": "SudoPasswordManager",
3   "version": "3.0.7",
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": "v3.0.7"
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       "< 12.0"
39     ],
40     "SudoProfiles": [
41       ">= 5.6",
42       "< 11.0"
43     ],
44     "SudoSecureVault": [
45       ">= 2.0",
46       "< 6.0"
47     ],
48     "SudoEntitlements": [
49       ">= 1.1",
50       "< 4.0"
51     ]
52   },
53   "swift_version": "5.0"