blob: bc16640210f81213058cd4d9058aab1ae8e3cee9 [file] [log] [blame]
{
"name": "InfluxAPM",
"version": "1.0.3",
"summary": "InfluxAPM SDK gives instant, mobile performance monitoring.",
"homepage": "https://www.influxapm.com",
"license": {
"type": "Commercial",
"text": "See https://www.influxapm.com"
},
"authors": {
"Vu Tran": "vu0tran@gmail.com",
"Marcin Butanowicz": "m.butan@gmail.com"
},
"documentation_url": "https://www.influxapm.com/docs/getting_started",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/slidemail/InfluxAPM.git",
"tag": "1.0.3"
},
"frameworks": [
"Foundation",
"UIKit",
"CoreData",
"CoreTelephony",
"SystemConfiguration"
],
"preserve_paths": [
"InfluxAPMSDK/InfluxAPM.framework",
"scripts/*"
],
"public_header_files": "InfluxAPMSDK/InfluxAPM.framework/**/*.h",
"vendored_frameworks": "InfluxAPMSDK/InfluxAPM.framework",
"module_map": "InfluxAPMSDK/InfluxAPM.framework/Modules/module.modulemap"
}