blob: b2354271b2c72c223af9fb9e6279f833863eefa2 [file] [log] [blame]
{
"name": "ACPMedia",
"version": "2.1.1",
"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.1.1-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"
]
}
}
]
}