[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 3 / a / 4 / Watches / 0.4 / Watches.podspec.json
blob1e504cd7187e213d7d1a630f7505e93a72690ee7
2   "name": "Watches",
3   "version": "0.4",
4   "summary": "A Simple Stopwatches written in Swift help you easily measure the execution time of function, block of code or async callback.",
5   "description": "A Simple swift stopwatches helps you easily logging out the elapsed time between 2 timestamps , find out execution time of function, a block of code or async callback.",
6   "homepage": "https://github.com/untouchable741/Watches",
7   "platforms": {
8     "ios": "8.0",
9     "osx": "10.9",
10     "tvos": "9.0",
11     "watchos": "2.0"
12   },
13   "license": {
14     "type": "MIT",
15     "file": "LICENSE"
16   },
17   "authors": {
18     "Tai Vuong": "vhuutai@gmail.com"
19   },
20   "source": {
21     "git": "https://github.com/untouchable741/Watches.git",
22     "tag": "0.4"
23   },
24   "source_files": "Watches/*.swift",
25   "pushed_with_swift_version": "3.0"