[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 6 / a / e / ACPMedia / 1.1.3 / ACPMedia.podspec.json
blob7e2cecabeab8c14a035cc97ee16427bb2f8a7615
2   "name": "ACPMedia",
3   "version": "1.1.3",
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": "v1.1.3-ACPMedia"
15   },
16   "platforms": {
17     "ios": "10.0"
18   },
19   "requires_arc": true,
20   "static_framework": true,
21   "default_subspecs": "iOS",
22   "dependencies": {
23     "ACPCore": [
24       ">= 2.3.3"
25     ]
26   },
27   "deprecated_in_favor_of": "AEPMedia",
28   "subspecs": [
29     {
30       "name": "iOS",
31       "vendored_libraries": "libACPMedia_iOS.a",
32       "source_files": [
33         "include/*.h",
34         "include/*.m"
35       ]
36     }
37   ]