blob: 0072e3ccda3fd4d963e9c1d65235d479eb3656e2 [file] [log] [blame]
{
"name": "ACPTarget",
"version": "2.1.5",
"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.1.5-ACPTarget"
},
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"default_subspecs": "iOS",
"static_framework": true,
"dependencies": {
"ACPCore": [
">= 2.3.4"
]
},
"subspecs": [
{
"name": "iOS",
"vendored_libraries": "libACPTarget_iOS.a",
"source_files": [
"include/*.h",
"include/*.m"
]
}
]
}