blob: 487767767df8e24dbdb7e41f519e80629ed2e8a0 [file] [log] [blame]
{
"name": "ACPAnalytics",
"version": "2.0.1",
"summary": "Analytics library for Adobe Experience Platform SDK. Written and maintained by Adobe.",
"description": "The Analytics library provides APIs that allow use of the Analytics product 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.0.1-ACPAnalytics"
},
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"static_framework": true,
"default_subspecs": "iOS",
"dependencies": {
"ACPCore": [
"~> 2.0"
]
},
"subspecs": [
{
"name": "iOS",
"vendored_libraries": "libACPAnalytics_iOS.a",
"source_files": [
"include/*.h",
"include/*.m"
]
}
]
}