blob: 0b8469506606faad0fd5cb4c09ec64c6fdc98685 [file] [log] [blame]
{
"name": "LeakFinder",
"version": "0.2.0",
"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.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"frameworks": "UIKit"
}