blob: ff2db0280f19ffc7b4e5b9843b623de8783fcce7 [file] [log] [blame]
{
"name": "Watches",
"version": "0.3.1",
"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"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tai Vuong": "vhuutai@gmail.com"
},
"source": {
"git": "https://github.com/untouchable741/Watches.git",
"tag": "0.3.1"
},
"source_files": "Watches/*.swift"
}