blob: c3aa4b8a3840d9cc8afd2b2d41598a0923faa6ea [file] [log] [blame]
{
"name": "ACPAnalytics",
"version": "2.2.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.2.1-ACPAnalytics"
},
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"static_framework": true,
"default_subspecs": "iOS",
"dependencies": {
"ACPCore": [
">= 2.3.3"
]
},
"subspecs": [
{
"name": "iOS",
"vendored_libraries": "libACPAnalytics_iOS.a",
"source_files": [
"include/*.h",
"include/*.m"
]
}
]
}