[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 8 / 4 / 6 / CBHBenchmarkKit / 0.1.0 / CBHBenchmarkKit.podspec.json
blob1ba67d0dc15ba9909f595c7e14290d68f56c19a7
2   "name": "CBHBenchmarkKit",
3   "version": "0.1.0",
4   "module_name": "CBHBenchmarkKit",
5   "summary": "A simple statistical time-based benchmarking framework with nanosecond precision.",
6   "homepage": "https://github.com/chris-huxtable/CBHBenchmarkKit",
7   "license": {
8     "type": "ISC",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Chris Huxtable": "chris@huxtable.ca"
13   },
14   "social_media_url": "https://twitter.com/@Chris_Huxtable",
15   "platforms": {
16     "osx": "10.10"
17   },
18   "source": {
19     "git": "https://github.com/chris-huxtable/CBHBenchmarkKit.git",
20     "tag": "v0.1.0"
21   },
22   "requires_arc": true,
23   "public_header_files": "CBHBenchmarkKit/*.h",
24   "source_files": "CBHBenchmarkKit/*.{h,m}"