[Add] LiteRTC 0.0.1-nightly.20241220
[CocoaPods.git] / Specs / 0 / 1 / b / mParticle-Adobe / 7.16.0 / mParticle-Adobe.podspec.json
blob448e245fb071d0cdc0e1da372f2614018d56c744
2   "name": "mParticle-Adobe",
3   "version": "7.16.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.16.0"
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     "frameworks": "UIKit"
27   },
28   "subspecs": [
29     {
30       "name": "Adobe",
31       "ios": {
32         "source_files": "mParticle-Adobe/*.{h,m}",
33         "dependencies": {
34           "mParticle-Apple-SDK/mParticle": [
35             "~> 7.0"
36           ]
37         }
38       }
39     },
40     {
41       "name": "AdobeMedia",
42       "ios": {
43         "source_files": "mParticle-Adobe-Media/*.{h,m}",
44         "dependencies": {
45           "mParticle-Apple-SDK/mParticle": [
46             "~> 7.0"
47           ],
48           "mParticle-Apple-Media-SDK": [
49             "~> 1.0.0-beta.3"
50           ],
51           "ACPMedia": [
52             "~> 1.0"
53           ],
54           "ACPAnalytics": [
55             "~> 2.0"
56           ],
57           "ACPCore": [
58             "~> 2.0"
59           ],
60           "ACPUserProfile": [
61             "~> 2.0"
62           ]
63         }
64       }
65     }
66   ],
67   "swift_version": "5.0"