blob: 4ebb79c6572c31d16d05f1afbfc786091b7a64c9 [file] [log] [blame]
{
"name": "ACPMedia",
"version": "2.2.0",
"summary": "Media library for Adobe Experience Platform SDK. Written and maintained by Adobe.",
"description": "The Media library provides APIs that allow analytics tracking for audio and video in the Adobe Experience Platform SDK.",
"homepage": "https://github.com/Adobe-Marketing-Cloud/acp-sdks/releases",
"license": {
"type": "Commercial",
"file": "LICENSE.md"
},
"authors": "Adobe Experience Platform SDK Team",
"source": {
"git": "https://github.com/Adobe-Marketing-Cloud/acp-sdks.git",
"tag": "v2.2.0-ACPMedia"
},
"platforms": {
"ios": "10.0",
"tvos": "10.0"
},
"requires_arc": true,
"static_framework": true,
"default_subspecs": "main",
"dependencies": {
"ACPCore": [
">= 2.7.0"
]
},
"subspecs": [
{
"name": "main",
"ios": {
"vendored_libraries": "libACPMedia_iOS.a",
"source_files": [
"include/*.h",
"include/*.m"
]
},
"tvos": {
"vendored_libraries": "libACPMedia_tvOS.a",
"source_files": [
"include/*.h",
"include/*.m"
]
}
}
]
}