blob: 4631a03c283514b70f6bd581600cd6adc25179af [file] [log] [blame]
{
"name": "Watches",
"version": "0.1",
"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.1"
},
"source_files": "Watches/*.swift"
}