[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / a / 0 / SudoEmail / 10.0.1 / SudoEmail.podspec.json
blob70ff196ab38ad5572519a1a0c9e560431cd16c4e
2   "name": "SudoEmail",
3   "version": "10.0.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": "v10.0.1"
16   },
17   "source_files": "SudoEmail/**/*.swift",
18   "vendored_frameworks": [
19     "Frameworks/MailCore.framework"
20   ],
21   "preserve_paths": "Frameworks/*.framework",
22   "platforms": {
23     "ios": "15.0"
24   },
25   "requires_arc": true,
26   "swift_versions": "5.0",
27   "pod_target_xcconfig": {
28     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
29   },
30   "user_target_xcconfig": {
31     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
32   },
33   "dependencies": {
34     "AWSAppSync": [
35       "~> 3.6.1"
36     ],
37     "AWSCore": [
38       "~> 2.27.15"
39     ],
40     "AWSS3": [
41       "~> 2.27.15"
42     ],
43     "SudoConfigManager": [
44       "~> 3.0.2"
45     ],
46     "SudoUser": [
47       "~> 15.1"
48     ],
49     "SudoLogging": [
50       "~> 1.0"
51     ],
52     "SudoKeyManager": [
53       "~> 2.5"
54     ],
55     "SudoApiClient": [
56       "~> 10.1.0"
57     ]
58   },
59   "xcconfig": {
60     "FRAMEWORK_SEARCH_PATHS": "\"${PODS_ROOT}/SudoEmail/Frameworks/\"",
61     "OTHER_LDFLAGS": "\"-ObjC\""
62   },
63   "swift_version": "5.0"