blob: ecd2c835a37d09b1ca822ac0c9d7ac2d217f5740 [file] [log] [blame]
{
"name": "ACPMedia",
"version": "1.1.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": "v1.1.0-ACPMedia"
},
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"static_framework": true,
"default_subspecs": "iOS",
"dependencies": {
"ACPCore": [
">= 2.3.3"
]
},
"subspecs": [
{
"name": "iOS",
"vendored_libraries": "libACPMedia_iOS.a",
"source_files": [
"include/*.h",
"include/*.m"
]
}
]
}