[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 0 / 1 / b / mParticle-Adobe / 8.2.0 / mParticle-Adobe.podspec.json
blob5fc90129e19ee4851725f11b4eefebedd5b8ac1a
2   "name": "mParticle-Adobe",
3   "version": "8.2.0",
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.2.0"
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": "12.0",
24     "tvos": "12.0"
25   },
26   "subspecs": [
27     {
28       "name": "Adobe",
29       "ios": {
30         "source_files": "mParticle-Adobe/*.{h,m}",
31         "resource_bundles": {
32           "mParticle-Adobe-Privacy": [
33             "mParticle-Adobe/PrivacyInfo.xcprivacy"
34           ]
35         },
36         "dependencies": {
37           "mParticle-Apple-SDK/mParticle": [
38             "~> 8.22"
39           ]
40         }
41       },
42       "tvos": {
43         "source_files": "mParticle-Adobe/*.{h,m}",
44         "resource_bundles": {
45           "mParticle-Adobe-Privacy": [
46             "mParticle-Adobe/PrivacyInfo.xcprivacy"
47           ]
48         },
49         "dependencies": {
50           "mParticle-Apple-SDK/mParticle": [
51             "~> 8.22"
52           ]
53         }
54       }
55     },
56     {
57       "name": "AdobeMedia",
58       "ios": {
59         "source_files": "mParticle-Adobe-Media/*.{h,m}",
60         "resource_bundles": {
61           "mParticle-Adobe-Media-Privacy": [
62             "mParticle-Adobe-Media/PrivacyInfo.xcprivacy"
63           ]
64         },
65         "dependencies": {
66           "mParticle-Apple-SDK/mParticle": [
67             "~> 8.22"
68           ],
69           "mParticle-Apple-Media-SDK": [
70             "~> 1.5"
71           ],
72           "AEPMedia": [
73             "~> 5.0"
74           ],
75           "AEPAnalytics": [
76             "~> 5.0"
77           ],
78           "AEPCore": [
79             "~> 5.0"
80           ],
81           "AEPUserProfile": [
82             "~> 5.0"
83           ],
84           "AEPIdentity": [
85             "~> 5.0"
86           ],
87           "AEPLifecycle": [
88             "~> 5.0"
89           ],
90           "AEPSignal": [
91             "~> 5.0"
92           ]
93         }
94       },
95       "tvos": {
96         "source_files": "mParticle-Adobe/*.{h,m}",
97         "resource_bundles": {
98           "mParticle-Adobe-Privacy": [
99             "mParticle-Adobe/PrivacyInfo.xcprivacy"
100           ]
101         },
102         "dependencies": {
103           "mParticle-Apple-SDK/mParticle": [
104             "~> 8.22"
105           ]
106         }
107       }
108     }
109   ],
110   "swift_version": "5.0"