[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / 0 / 1 / b / mParticle-Adobe / 8.0.4 / mParticle-Adobe.podspec.json
blob0c1e798e7092a54b5ae636bd389b292f8d1b2538
2   "name": "mParticle-Adobe",
3   "version": "8.0.4",
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.4"
17   },
18   "social_media_url": "https://twitter.com/mparticle",
19   "static_framework": true,
20   "swift_versions": "5.0",
21   "platforms": {
22     "ios": "10.0"
23   },
24   "default_subspecs": "AdobeMedia",
25   "ios": {
26     "pod_target_xcconfig": {
27       "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
28     },
29     "user_target_xcconfig": {
30       "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
31     },
32     "frameworks": "UIKit"
33   },
34   "subspecs": [
35     {
36       "name": "Adobe",
37       "ios": {
38         "source_files": "mParticle-Adobe/*.{h,m}",
39         "dependencies": {
40           "mParticle-Apple-SDK/mParticle": [
41             "~> 8.0"
42           ]
43         }
44       }
45     },
46     {
47       "name": "AdobeMedia",
48       "ios": {
49         "source_files": "mParticle-Adobe-Media/*.{h,m}",
50         "dependencies": {
51           "mParticle-Apple-SDK/mParticle": [
52             "~> 8.0"
53           ],
54           "mParticle-Apple-Media-SDK": [
55             "~> 1.3"
56           ],
57           "AEPMedia": [
58             "~> 3.0"
59           ],
60           "AEPAnalytics": [
61             "~> 3.0"
62           ],
63           "AEPCore": [
64             "~> 3.2"
65           ],
66           "AEPUserProfile": [
67             "~> 3.0"
68           ],
69           "AEPIdentity": [
70             "~> 3.2"
71           ],
72           "AEPLifecycle": [
73             "~> 3.2"
74           ],
75           "AEPSignal": [
76             "~> 3.2"
77           ]
78         }
79       }
80     }
81   ],
82   "swift_version": "5.0"