[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 8 / a / 0 / DeallocationChecker / 2.0 / DeallocationChecker.podspec.json
blob0c367869f506b789bd1ef2d204274eab2139f637
2   "name": "DeallocationChecker",
3   "version": "2.0",
4   "summary": "Learn about leaking view controllers without opening Instruments.",
5   "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.",
6   "homepage": "https://github.com/fastred/DeallocationChecker",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Arkadiusz Holko": "fastred@fastred.org"
13   },
14   "social_media_url": "https://twitter.com/arekholko",
15   "platforms": {
16     "ios": "8.0",
17     "tvos": "9.0"
18   },
19   "source": {
20     "git": "https://github.com/fastred/DeallocationChecker.git",
21     "tag": "2.0"
22   },
23   "source_files": "Sources/**/*",
24   "frameworks": [
25     "Foundation",
26     "UIKit"
27   ],
28   "pushed_with_swift_version": "4.0"