[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / b / 2 / 6 / SudoPasswordManager / 6.0.0 / SudoPasswordManager.podspec.json
blob6e161e309e537495de1af913cda9f96b1be277eb
2   "name": "SudoPasswordManager",
3   "version": "6.0.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": "v6.0.0"
16   },
17   "source_files": "SudoPasswordManager/**/*.swift",
18   "platforms": {
19     "ios": "14.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       "~> 13.0"
38     ],
39     "SudoProfiles": [
40       "~> 15.0"
41     ],
42     "SudoSecureVault": [
43       "~> 8.0"
44     ],
45     "SudoEntitlements": [
46       "~> 6.0"
47     ]
48   },
49   "swift_version": "5.0"