blob: ddd9766177628106e0377c5b7a64f4a9e2216350 [file] [log] [blame]
{
"name": "FBLeakDetectorVC",
"version": "1.0.0",
"summary": "A basic leak detector for finding lingering view controllers.",
"description": "FBLeakDetector is a straightforward and effective leak detector used for finding lingering view controllers that appeared to be released out of memory.",
"homepage": "https://github.com/IHEARTCOOKIES/FBLeakDetectorVC",
"authors": {
"Filip Busic": "filip@appcoders.io"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"public_header_files": "FBLeakDetectorVC/Classes/Public/**/*.h",
"source_files": "FBLeakDetectorVC/Classes/**/*",
"source": {
"git": "https://github.com/IHEARTCOOKIES/FBLeakDetectorVC.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"module_name": "FBLeakDetectorVC"
}