[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 0 / 1 / b / mParticle-Adobe / 8.0.3 / mParticle-Adobe.podspec.json
blob2dbce655f04a9d5eeeda3684c3ae7b10f9200c89
2   "name": "mParticle-Adobe",
3   "version": "8.0.3",
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.3"
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           "ACPMedia": [
58             "~> 1.0"
59           ],
60           "ACPAnalytics": [
61             "~> 2.0"
62           ],
63           "ACPCore": [
64             "~> 2.0"
65           ],
66           "ACPUserProfile": [
67             "~> 2.0"
68           ]
69         }
70       }
71     }
72   ],
73   "swift_version": "5.0"