blob: 63f7b6fa36ce291ea35789cb583364adfe7a965c [file] [log] [blame]
{
"name": "BTFLeakDetect",
"version": "0.2.2",
"summary": "UIViewController leak detection",
"description": "Detect whether UIViewController instances leak after they are dismissed or popped",
"homepage": "https://github.com/grav/leakdetect",
"license": "MIT",
"authors": {
"Mikkel Gravgaard": "mikkel@klokke.dk"
},
"source": {
"git": "https://github.com/grav/leakdetect.git",
"tag": "0.2.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resource_bundles": {
"BTFLeakDetect": [
"Pod/Assets/*.png"
]
}
}