blob: 259d8f03a2d667c165b6065c5aa3392873c645df [file] [log] [blame]
{
"name": "ACPTarget",
"version": "2.0.0",
"summary": "Target library for Adobe Experience Cloud SDK. Written and maintained by Adobe.",
"description": "The Target library provides APIs that allow use of the Target product in the Adobe Experience Cloud 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.0-ACPTarget"
},
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"default_subspecs": "iOS",
"static_framework": true,
"dependencies": {
"ACPCore": [
"~> 2.0"
]
},
"subspecs": [
{
"name": "iOS",
"vendored_libraries": "libACPTarget_iOS.a",
"source_files": [
"include/*.h",
"include/*.m"
]
}
]
}