blob: 12177f7c1230ae65fb5c143d5dd101307bb49ee3 [file] [log] [blame]
{
"name": "Aka-MAP",
"version": "20.33.0",
"license": {
"type": "Akamai license",
"file": "LICENSE"
},
"summary": "Akamai Mobile Application Performance (MAP) SDK",
"description": "Akamai’s Mobile Application Performance (MAP) SDK enables app owners and developers to understand the causes of mobile application latency and to optimize and accelerate their app’s API and image requests over the Akamai Intelligent Platform.",
"homepage": "https://developer.akamai.com/tools/sdk/mobile-application-performance",
"social_media_url": "https://twitter.com/akamai",
"authors": {
"Akamai Technologies": "microedge@akamai.com"
},
"source": {
"git": "https://github.com/aka-embu/aka-map-ios.git",
"tag": "20.33.0"
},
"platforms": {
"ios": "8.0"
},
"ios": {
"dependencies": {
"Aka-Common": [
"~> 20.33.0"
]
}
},
"preserve_paths": [
"strip_frameworks.sh",
"MobileAcceleratorExample*",
"*.pdf",
"docs/*",
"README.txt"
],
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"ios": {
"vendored_frameworks": "AkaMap.framework"
}
},
{
"name": "Cronet",
"ios": {
"vendored_frameworks": [
"AkaMap.framework",
"Cronet/Cronet.framework"
]
}
}
]
}