[Add] BoyaaDevice 1.1.2
[CocoaPods.git] / Specs / 6 / a / e / ACPMedia / 2.3.1 / ACPMedia.podspec.json
blobf68ad5cc75e427141a3e1b43a17929171965c28c
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   "subspecs": [
29     {
30       "name": "xcframeworks",
31       "ios": {
32         "vendored_frameworks": "ACPMedia.xcframework",
33         "source_files": [
34           "ACPMedia.xcframework/ios-arm64_armv7_armv7s/Headers/*.h",
35           "include/*.m"
36         ],
37         "libraries": [
38           "sqlite3.0",
39           "z",
40           "c++"
41         ]
42       },
43       "tvos": {
44         "vendored_frameworks": "ACPMediaTV.xcframework",
45         "source_files": [
46           "ACPMediaTV.xcframework/tvos-arm64/Headers/*.h",
47           "include/*.m"
48         ],
49         "libraries": [
50           "sqlite3.0",
51           "z",
52           "c++"
53         ]
54       }
55     }
56   ]