blob: 091beb58522e25e319696c80951ac6fa775faf0e [file] [log] [blame]
{
"name": "MMBenchMarker",
"version": "1.0.0",
"summary": "Benchmarking distilled",
"description": "This is another simple benchmarker. It records samples in ms converted from mach_time for a given key.\nAfter samples have been accumulated, It logs the difference of average recording time between two keys.",
"homepage": "https://github.com/Morkrom/MMBenchMarker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Michael Mork": "morkrom@protonmail.ch"
},
"source": {
"git": "https://github.com/Morkrom/MMBenchMarker.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MMBenchMarker/Classes/**/*"
}