| { |
| "name": "DeallocationChecker", |
| "version": "1.0.1", |
| "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": "1.0.1" |
| }, |
| "source_files": "Sources/**/*", |
| "frameworks": [ |
| "Foundation", |
| "UIKit" |
| ], |
| "pushed_with_swift_version": "3.0" |
| } |