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