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