blob: a1698af2e51519145a29743422f29ab1b9e9a563 [file] [log] [blame]
{
"name": "AutoDescribe",
"version": "1.0.0",
"summary": "Prints human-readable information about an instance.",
"description": " AutoDescribe is like PHPs var_dump and print_r. \n Public and private properties are pretty printed.\n",
"homepage": "https://github.com/neoneye/autodescribe",
"license": "MIT",
"authors": {
"Simon Strandgaard": "neoneye@gmail.com"
},
"source": {
"git": "https://github.com/neoneye/autodescribe.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": "*.{h,m}",
"frameworks": "Foundation",
"requires_arc": true
}