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