blob: 9f4e85949b7a60ed4b048e3a3059737c5d683e98 [file] [log] [blame]
{
"name": "PerfSDK",
"version": "0.1.0",
"summary": "PerfSDK provides analytics on api timing for iOS client apps",
"description": "PerfSDK seamlessy monitors the API requests your app makes and sends timing data to perf.sh to help you idenify any slow endpoints your users might be experiencing.",
"homepage": "https://github.com/perflabs/ios-lib",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jonathan Grana": "john@perf.sh"
},
"source": {
"git": "https://github.com/perflabs/ios-lib.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Sources/*"
}