blob: 15385c42615c59d1b25d338aad7028598dbf9048 [file] [log] [blame]
{
"name": "LeakFinder",
"version": "0.2.1",
"summary": "A simple tool to find memory leaks in UI code.",
"description": "A simple tool to find memory leaks in UI code. Automatically detects memory leaks in view controllers and views.\nNo code changes required and one-line integration.",
"homepage": "https://github.com/Lukas-Stuehrk/LeakFinder",
"license": "MIT",
"authors": {
"Lukas Stührk": "Lukas@Stuehrk.net"
},
"source": {
"git": "https://github.com/Lukas-Stuehrk/LeakFinder.git",
"tag": "0.2.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"frameworks": "UIKit"
}