blob: 242cdbfc591209d0f60ad8e8d298464f3a3bb895 [file] [log] [blame]
{
"name": "ACPCampaignClassic",
"version": "2.0.3",
"summary": "Campaign Classic library for Adobe Experience Cloud SDK. Written and maintained by Adobe.",
"description": "The campaign classic library provides APIs that allow use of the Campaign Classic 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.3-ACPCampaignClassic"
},
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"default_subspecs": "iOS",
"static_framework": true,
"dependencies": {
"ACPCore": [
">= 2.5.0"
]
},
"subspecs": [
{
"name": "iOS",
"vendored_libraries": "libACPCampaignClassic_iOS.a",
"source_files": [
"include/*.h",
"include/*.m"
]
}
]
}