blob: 919caca0eb922cccf34ebddfa0a663cbd7e984a4 [file] [log] [blame]
{
"name": "DeallocationChecker",
"version": "3.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.",
"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": "3.0"
},
"source_files": "Sources/**/*",
"frameworks": [
"Foundation",
"UIKit"
]
}