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