blob: 869e9f58fbabd27402cf2696bb865ef85a534fcf [file] [log] [blame]
{
"name": "Benchmark",
"version": "1.2",
"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}",
"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": "1.2"
},
"source_files": "Benchmark/Benchmark.swift"
}