[Add] UIKitViewBuilder 1.1.0
[CocoaPods.git] / Specs / 6 / a / e / ACPMedia / 2.3.1 / ACPMedia.podspec.json
blob4c6dac17d720ca55b209a8a8dec266fe72ead434
2   "name": "ACPMedia",
3   "version": "2.3.1",
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.3.1-ACPMedia"
15   },
16   "platforms": {
17     "ios": "10.0",
18     "tvos": "10.0"
19   },
20   "requires_arc": true,
21   "static_framework": true,
22   "cocoapods_version": ">= 1.10",
23   "dependencies": {
24     "ACPCore": [
25       ">= 2.9.0"
26     ]
27   },
28   "deprecated_in_favor_of": "AEPMedia",
29   "subspecs": [
30     {
31       "name": "xcframeworks",
32       "ios": {
33         "vendored_frameworks": "ACPMedia.xcframework",
34         "source_files": [
35           "ACPMedia.xcframework/ios-arm64_armv7_armv7s/Headers/*.h",
36           "include/*.m"
37         ],
38         "libraries": [
39           "sqlite3.0",
40           "z",
41           "c++"
42         ]
43       },
44       "tvos": {
45         "vendored_frameworks": "ACPMediaTV.xcframework",
46         "source_files": [
47           "ACPMediaTV.xcframework/tvos-arm64/Headers/*.h",
48           "include/*.m"
49         ],
50         "libraries": [
51           "sqlite3.0",
52           "z",
53           "c++"
54         ]
55       }
56     }
57   ]