blob: d4c24d824665dfb8b8e299ae099743b86b47b419 [file] [log] [blame]
{
"name": "MSVCLeakHunter",
"version": "1.0.0",
"summary": "Simple and easy tool to discover View Controllers that are not being deallocated when you expect them to.",
"homepage": "https://github.com/mindsnacks/MSVCLeakHunter",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Javier Soto": "javi@mindsnacks.com"
},
"source": {
"git": "https://github.com/mindsnacks/MSVCLeakHunter.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": "MSVCLeakHunter.{h,m}",
"requires_arc": false
}