blob: 8546ea457e80183da5ddd205a700a352ca6f0f99 [file] [log] [blame]
{
"name": "Benchmark",
"version": "2.0",
"platforms": {
"ios": "8.0",
"osx": "10.11"
},
"summary": "The Benchmark⏲ module provides methods to measure and report the time used to execute Swift code.",
"description": "The Benchmark⏲ module provides methods to measure and report the time used to execute Swift code. for example:\n\nBenchmark.measure() {\n // some processes\n}\n\n⏲{\n // some processes\n}",
"homepage": "https://github.com/WorldDownTown/Benchmark",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"WorldDownTown": "WorldDownTown@gmail.com"
},
"social_media_url": "http://twitter.com/WorldDownTown",
"source": {
"git": "https://github.com/WorldDownTown/Benchmark.git",
"tag": "2.0"
},
"source_files": "Benchmark/Benchmark.swift",
"pushed_with_swift_version": "3.0"
}