blob: d177b50fd2f9e8bc5fbca1a8177e96609f335aa2 [file] [log] [blame]
{
"name": "TimeBlock",
"version": "1.0",
"summary": "Simple set of macros to measure the time spent for executing a block.",
"homepage": "https://github.com/dcordero/TimeBlock",
"license": "MIT",
"authors": {
"David Cordero": "david@corderoramirez.es"
},
"source": {
"git": "https://github.com/dcordero/TimeBlock.git",
"tag": "1.0"
},
"source_files": "TimeBlock/*.{h,m}",
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"requires_arc": true
}