[Add] ReerRouter 2.2.0
[CocoaPods.git] / Specs / 9 / a / 0 / SudoEmail / 14.4.1 / SudoEmail.podspec.json
blob8579880a5395655a97c1bb4c85cd5ef64b6e5a95
2   "name": "SudoEmail",
3   "version": "14.4.1",
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": "v14.4.1"
16   },
17   "platforms": {
18     "ios": "15.0"
19   },
20   "requires_arc": true,
21   "swift_versions": "5.7",
22   "pod_target_xcconfig": {
23     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
24   },
25   "user_target_xcconfig": {
26     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
27   },
28   "xcconfig": {
29     "OTHER_LDFLAGS": "\"-ObjC\""
30   },
31   "source_files": [
32     "SudoEmailCommon/**/*.swift",
33     "SudoEmail/**/*.swift"
34   ],
35   "dependencies": {
36     "AnonyomeMailCore2": [
37       "~> 0.6.4"
38     ],
39     "AWSAppSync": [
40       "~> 3.6.1"
41     ],
42     "AWSCore": [
43       "~> 2.27.15"
44     ],
45     "AWSS3": [
46       "~> 2.27.15"
47     ],
48     "SudoConfigManager": [
49       "~> 3.0",
50       ">= 3.0.2"
51     ],
52     "SudoUser": [
53       "~> 15.1"
54     ],
55     "SudoLogging": [
56       "~> 1.0"
57     ],
58     "SudoKeyManager": [
59       "~> 2.6",
60       ">= 2.6.1"
61     ],
62     "SudoApiClient": [
63       "~> 10.2"
64     ],
65     "SudoNotification": [
66       "~> 2.1"
67     ]
68   },
69   "swift_version": "5.7"