blob: f376c313ca572e7965dd66f190c6a49410808177 [file] [log] [blame]
{
"name": "AGSTimeProfile",
"version": "1.0",
"summary": "Measure how much time different blocks of code takes to execute",
"homepage": "https://github.com/hfossli/AGSTimeProfile",
"license": "MIT",
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"authors": {
"HÃ¥vard Fossli": "hfossli@gmail.com"
},
"source": {
"git": "https://github.com/hfossli/AGSTimeProfile.git",
"tag": "1.0"
},
"frameworks": [
"Foundation",
"QuartzCore"
],
"source_files": "Source/**/*.{h,m}"
}