blob: 0c367869f506b789bd1ef2d204274eab2139f637 [file] [log] [blame]
{
"name": "DeallocationChecker",
"version": "2.0",
"summary": "Learn about leaking view controllers without opening Instruments.",
"description": "DeallocationChecker asserts that a view controller gets deallocated after\nits view is removed from the view hierarchy. When you use the app, you'll\nsee assertion failures if your view controllers don't get deallocated.",
"homepage": "https://github.com/fastred/DeallocationChecker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Arkadiusz Holko": "fastred@fastred.org"
},
"social_media_url": "https://twitter.com/arekholko",
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/fastred/DeallocationChecker.git",
"tag": "2.0"
},
"source_files": "Sources/**/*",
"frameworks": [
"Foundation",
"UIKit"
],
"pushed_with_swift_version": "4.0"
}