[Add] STBaseProject 1.1.2
[CocoaPods.git] / Specs / 3 / a / 4 / Watches / 0.5 / Watches.podspec.json
blob7b12576d502f21442d2867866d8b808dc698a155
2   "name": "Watches",
3   "version": "0.5",
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   "swift_version": "4.2",
14   "license": {
15     "type": "MIT",
16     "file": "LICENSE"
17   },
18   "authors": {
19     "Tai Vuong": "vhuutai@gmail.com"
20   },
21   "source": {
22     "git": "https://github.com/untouchable741/Watches.git",
23     "tag": "0.5"
24   },
25   "source_files": "Watches/*.swift"