blob: 01c2fb60c007f3d2c361b43e7c20e6cc4a2a9b0e [file] [log] [blame]
{
"name": "ACPCampaignClassic",
"version": "1.1.0",
"summary": "Campaign Classic framework for Adobe Experience Platform SDK. Written and Supported by Adobe.",
"description": "The campaign classic framework provides APIs that allow use of the Campaign Classic product in the V5 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": "v1.1.0-ACPCampaignClassic"
},
"platforms": {
"ios": "10.0"
},
"dependencies": {
"ACPCore": [
"~> 1.0"
]
},
"subspecs": [
{
"name": "iOS",
"vendored_frameworks": "ACPCampaignClassic_iOS.framework",
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "'${PODS_ROOT}/ACPCampaignClassic'",
"LD_RUNPATH_SEARCH_PATHS": "@loader_path/../Frameworks"
},
"requires_arc": true
}
]
}