blob: 207ae5cace298893b0909ee4ed29821d4515b8ce [file] [log] [blame]
{
"name": "TicToc",
"version": "0.1.0",
"summary": "Simple time measurement tool.",
"description": "Simple time measurement tool. Never rely on native timestamps functions to computate elapsed time, this module gives an easy-to-use class to do all that is needed to measure elapsed time within your application.",
"homepage": "https://github.com/terrordrummer/TicToc",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"terrordrummer": "roberto.sartori@gmail.com"
},
"source": {
"git": "https://github.com/terrordrummer/TicToc.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "TicToc/Classes/**/*",
"pushed_with_swift_version": "3.0"
}