blob: 08ecd52a6e039e45cf34a0879526ddd7dac0acaf [file] [log] [blame]
{
"name": "ACPAudience",
"version": "1.1.0",
"summary": "Audience Manager framework for Adobe Experience Platform SDK. Written and Supported by Adobe.",
"description": "The Audience Manager framework provides APIs that allow use of Adobe Audience Manager in the Adobe Cloud 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-ACPAudience"
},
"platforms": {
"ios": "10.0"
},
"default_subspecs": "iOS",
"dependencies": {
"ACPCore": [
"~> 1.0"
]
},
"subspecs": [
{
"name": "iOS",
"vendored_frameworks": "ACPAudience_iOS.framework",
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "'${PODS_ROOT}/ACPAudience'",
"LD_RUNPATH_SEARCH_PATHS": "@loader_path/../Frameworks"
},
"requires_arc": true
}
]
}