[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 8 / a / 0 / DeallocationChecker / 3.0 / DeallocationChecker.podspec.json
blob919caca0eb922cccf34ebddfa0a663cbd7e984a4
2   "name": "DeallocationChecker",
3   "version": "3.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.",
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": "3.0"
22   },
23   "source_files": "Sources/**/*",
24   "frameworks": [
25     "Foundation",
26     "UIKit"
27   ]