blob: a2c7fd24385e9d87429c7ad8d83ebc1ec9814c32 [file] [log] [blame]
{
"name": "ACPCampaignClassic",
"version": "1.0.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 Mobile SDK Team",
"source": {
"git": "https://github.com/Adobe-Marketing-Cloud/acp-sdks.git",
"tag": "v1.0.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
}
]
}