blob: 66e96185901364a7033e742d56d8a34152ada3de [file] [log] [blame]
{
"name": "BTFLeakDetect",
"version": "0.2.1",
"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.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resource_bundles": {
"BTFLeakDetect": [
"Pod/Assets/*.png"
]
}
}