blob: 8dfb90e2c63c25ec7c6a501486a70e038ef0eb06 [file] [log] [blame]
{
"name": "ACPAcquisition",
"version": "1.0.0",
"summary": "Acquisition framework for Adobe Cloud 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 Cloud Platform SDK.",
"homepage": "https://github.com/Adobe-Marketing-Cloud/acp-sdks/releases",
"license": {
"type": "Commercial",
"file": "LICENSE.md"
},
"authors": "Adobe Cloud Platform SDK Team",
"source": {
"git": "https://github.com/Adobe-Marketing-Cloud/acp-sdks.git",
"tag": "v1.0.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
}
]
}