blob: 7b12576d502f21442d2867866d8b808dc698a155 [file] [log] [blame]
{
"name": "Watches",
"version": "0.5",
"summary": "A Simple Stopwatches written in Swift help you easily measure the execution time of function, block of code or async callback.",
"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.",
"homepage": "https://github.com/untouchable741/Watches",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"swift_version": "4.2",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tai Vuong": "vhuutai@gmail.com"
},
"source": {
"git": "https://github.com/untouchable741/Watches.git",
"tag": "0.5"
},
"source_files": "Watches/*.swift"
}