[Add] BridgeKit 0.1.0
[CocoaPods.git] / Specs / 7 / 4 / 5 / Benchmark / 1.2 / Benchmark.podspec.json
blob869e9f58fbabd27402cf2696bb865ef85a534fcf
2   "name": "Benchmark",
3   "version": "1.2",
4   "platforms": {
5     "ios": "8.0",
6     "osx": "10.11"
7   },
8   "summary": "The Benchmark⏲ module provides methods to measure and report the time used to execute Swift code.",
9   "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}",
10   "homepage": "https://github.com/WorldDownTown/Benchmark",
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "WorldDownTown": "WorldDownTown@gmail.com"
17   },
18   "social_media_url": "http://twitter.com/WorldDownTown",
19   "source": {
20     "git": "https://github.com/WorldDownTown/Benchmark.git",
21     "tag": "1.2"
22   },
23   "source_files": "Benchmark/Benchmark.swift"