blob: 4299538dac935a65df403eadef4bfec6015f2c23 [file] [log] [blame]
{
"name": "ACPMedia",
"version": "1.1.3",
"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.3-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"
]
}
]
}