[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 0 / 1 / b / mParticle-Adobe / 8.0.6 / mParticle-Adobe.podspec.json
blob0c0f0953def3ab47a6d1bdc0d74f6ef788f78618
2   "name": "mParticle-Adobe",
3   "version": "8.0.6",
4   "summary": "Adobe integration for mParticle",
5   "description": "This is the Adobe integration for mParticle.",
6   "homepage": "https://www.mparticle.com",
7   "license": {
8     "type": "Apache 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "mParticle": "support@mparticle.com"
13   },
14   "source": {
15     "git": "https://github.com/mparticle-integrations/mparticle-apple-integration-adobe.git",
16     "tag": "8.0.6"
17   },
18   "social_media_url": "https://twitter.com/mparticle",
19   "static_framework": true,
20   "swift_versions": "5.0",
21   "default_subspecs": "AdobeMedia",
22   "platforms": {
23     "ios": "10.0",
24     "tvos": "10.0"
25   },
26   "ios": {
27     "pod_target_xcconfig": {
28       "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
29     },
30     "user_target_xcconfig": {
31       "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
32     },
33     "frameworks": "UIKit"
34   },
35   "subspecs": [
36     {
37       "name": "Adobe",
38       "ios": {
39         "source_files": "mParticle-Adobe/*.{h,m}",
40         "dependencies": {
41           "mParticle-Apple-SDK/mParticle": [
42             "~> 8.0"
43           ]
44         }
45       },
46       "tvos": {
47         "source_files": "mParticle-Adobe/*.{h,m}",
48         "dependencies": {
49           "mParticle-Apple-SDK/mParticle": [
50             "~> 8.0"
51           ]
52         }
53       }
54     },
55     {
56       "name": "AdobeMedia",
57       "ios": {
58         "source_files": "mParticle-Adobe-Media/*.{h,m}",
59         "dependencies": {
60           "mParticle-Apple-SDK/mParticle": [
61             "~> 8.0"
62           ],
63           "mParticle-Apple-Media-SDK": [
64             "~> 1.3"
65           ],
66           "AEPMedia": [
67             "~> 3.0"
68           ],
69           "AEPAnalytics": [
70             "~> 3.0"
71           ],
72           "AEPCore": [
73             "~> 3.2"
74           ],
75           "AEPUserProfile": [
76             "~> 3.0"
77           ],
78           "AEPIdentity": [
79             "~> 3.2"
80           ],
81           "AEPLifecycle": [
82             "~> 3.2"
83           ],
84           "AEPSignal": [
85             "~> 3.2"
86           ]
87         }
88       },
89       "tvos": {
90         "source_files": "mParticle-Adobe/*.{h,m}",
91         "dependencies": {
92           "mParticle-Apple-SDK/mParticle": [
93             "~> 8.0"
94           ]
95         }
96       }
97     }
98   ],
99   "swift_version": "5.0"