[Add] LiteRTC 0.0.1-nightly.20241220
[CocoaPods.git] / Specs / 0 / 1 / b / mParticle-Adobe / 7.12.0 / mParticle-Adobe.podspec.json
blob164fa11769f27d72e54519af9b4cc556a96601fc
2   "name": "mParticle-Adobe",
3   "version": "7.12.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": "7.12.0"
17   },
18   "social_media_url": "https://twitter.com/mparticle",
19   "static_framework": true,
20   "platforms": {
21     "ios": "10.0"
22   },
23   "default_subspecs": "AdobeMedia",
24   "ios": {
25     "frameworks": "UIKit"
26   },
27   "subspecs": [
28     {
29       "name": "Adobe",
30       "ios": {
31         "source_files": "mParticle-Adobe/*.{h,m}",
32         "dependencies": {
33           "mParticle-Apple-SDK/mParticle": [
34             "~> 7.12.0"
35           ]
36         }
37       }
38     },
39     {
40       "name": "AdobeMedia",
41       "ios": {
42         "source_files": "mParticle-Adobe-Media/*.{h,m}",
43         "dependencies": {
44           "mParticle-Apple-SDK": [
45             "~> 7.12.0"
46           ],
47           "mParticle-Apple-Media-SDK": [
48             "~> 1.0.0-beta.1"
49           ],
50           "ACPMedia": [
51             "~> 1.0"
52           ],
53           "ACPAnalytics": [
54             "~> 2.0"
55           ],
56           "ACPCore": [
57             "~> 2.0"
58           ],
59           "ACPUserProfile": [
60             "~> 2.0"
61           ]
62         }
63       }
64     }
65   ]