[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / 7 / 4 / 5 / Benchmark / 2.0 / Benchmark.podspec.json
blob8546ea457e80183da5ddd205a700a352ca6f0f99
2   "name": "Benchmark",
3   "version": "2.0",
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}\n\n⏲{\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": "2.0"
22   },
23   "source_files": "Benchmark/Benchmark.swift",
24   "pushed_with_swift_version": "3.0"