blob: e32b933235a18666d049dcc610ff6a7330c2a7fd [file] [log] [blame]
{
"name": "AGSTimeProfile",
"version": "1.0.1",
"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.1"
},
"frameworks": [
"Foundation",
"QuartzCore"
],
"source_files": "Source/**/*.{h,m}"
}