[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 4 / 0 / c / MMBenchMarker / 1.0.0 / MMBenchMarker.podspec.json
blob091beb58522e25e319696c80951ac6fa775faf0e
2   "name": "MMBenchMarker",
3   "version": "1.0.0",
4   "summary": "Benchmarking distilled",
5   "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.",
6   "homepage": "https://github.com/Morkrom/MMBenchMarker",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Michael Mork": "morkrom@protonmail.ch"
13   },
14   "source": {
15     "git": "https://github.com/Morkrom/MMBenchMarker.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "MMBenchMarker/Classes/**/*"