[Add] ReerRouter 2.2.0
[CocoaPods.git] / Specs / 9 / a / 0 / SudoEmail / 8.0.0 / SudoEmail.podspec.json
blobea94994b5a5610fd2c78769f96cf63b64d553c69
2   "name": "SudoEmail",
3   "version": "8.0.0",
4   "authors": {
5     "Sudo Platform Engineering": "sudoplatform-engineering@anonyome.com"
6   },
7   "homepage": "https://sudoplatform.com",
8   "summary": "Email 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-email-ios.git",
15     "tag": "v8.0.0"
16   },
17   "source_files": "SudoEmail/**/*.swift",
18   "platforms": {
19     "ios": "15.0"
20   },
21   "requires_arc": true,
22   "swift_versions": "5.0",
23   "pod_target_xcconfig": {
24     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
25   },
26   "user_target_xcconfig": {
27     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
28   },
29   "dependencies": {
30     "AWSAppSync": [
31       "~> 3.6.1"
32     ],
33     "AWSCore": [
34       "~> 2.27.15"
35     ],
36     "AWSS3": [
37       "~> 2.27.15"
38     ],
39     "SudoConfigManager": [
40       "~> 3.0.2"
41     ],
42     "SudoUser": [
43       "~> 15.1"
44     ],
45     "SudoLogging": [
46       "~> 1.0"
47     ],
48     "SudoKeyManager": [
49       "~> 2.5"
50     ],
51     "SudoApiClient": [
52       "~> 10.1.0"
53     ]
54   },
55   "swift_version": "5.0"