blob: 143ebfd4ce224a880901a529e433ea018520c33d [file] [log] [blame]
{
"name": "Watches",
"version": "0.2",
"summary": "A Simple Stopwatches written in Swift.",
"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.2"
},
"source_files": "Watches/*.swift"
}