blob: 1ba67d0dc15ba9909f595c7e14290d68f56c19a7 [file] [log] [blame]
{
"name": "CBHBenchmarkKit",
"version": "0.1.0",
"module_name": "CBHBenchmarkKit",
"summary": "A simple statistical time-based benchmarking framework with nanosecond precision.",
"homepage": "https://github.com/chris-huxtable/CBHBenchmarkKit",
"license": {
"type": "ISC",
"file": "LICENSE"
},
"authors": {
"Chris Huxtable": "chris@huxtable.ca"
},
"social_media_url": "https://twitter.com/@Chris_Huxtable",
"platforms": {
"osx": "10.10"
},
"source": {
"git": "https://github.com/chris-huxtable/CBHBenchmarkKit.git",
"tag": "v0.1.0"
},
"requires_arc": true,
"public_header_files": "CBHBenchmarkKit/*.h",
"source_files": "CBHBenchmarkKit/*.{h,m}"
}