[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 8 / a / 0 / DeallocationChecker / 3.0.2 / DeallocationChecker.podspec.json
blob56614287a652c9bdfe1f3f4011ce655cbc06d4e4
2   "name": "DeallocationChecker",
3   "version": "3.0.2",
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.",
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": "9.0"
17   },
18   "source": {
19     "git": "https://github.com/fastred/DeallocationChecker.git",
20     "tag": "3.0.2"
21   },
22   "source_files": "Sources/**/*",
23   "frameworks": [
24     "Foundation",
25     "UIKit"
26   ],
27   "swift_versions": "4.2",
28   "swift_version": "4.2"