[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / 6 / a / e / ACPMedia / 2.2.0 / ACPMedia.podspec.json
blob43482e138b8535a2ff29d255491929de7ba04aed
2   "name": "ACPMedia",
3   "version": "2.2.0",
4   "summary": "Media library for Adobe Experience Platform SDK. Written and maintained by Adobe.",
5   "description": "The Media library provides APIs that allow analytics tracking for audio and video in the Adobe Experience Platform SDK.",
6   "homepage": "https://github.com/Adobe-Marketing-Cloud/acp-sdks/releases",
7   "license": {
8     "type": "Commercial",
9     "file": "LICENSE.md"
10   },
11   "authors": "Adobe Experience Platform SDK Team",
12   "source": {
13     "git": "https://github.com/Adobe-Marketing-Cloud/acp-sdks.git",
14     "tag": "v2.2.0-ACPMedia"
15   },
16   "platforms": {
17     "ios": "10.0",
18     "tvos": "10.0"
19   },
20   "requires_arc": true,
21   "static_framework": true,
22   "default_subspecs": "main",
23   "dependencies": {
24     "ACPCore": [
25       ">= 2.7.0"
26     ]
27   },
28   "deprecated_in_favor_of": "AEPMedia",
29   "subspecs": [
30     {
31       "name": "main",
32       "ios": {
33         "vendored_libraries": "libACPMedia_iOS.a",
34         "source_files": [
35           "include/*.h",
36           "include/*.m"
37         ]
38       },
39       "tvos": {
40         "vendored_libraries": "libACPMedia_tvOS.a",
41         "source_files": [
42           "include/*.h",
43           "include/*.m"
44         ]
45       }
46     }
47   ]