[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 1 / 3 / 8 / LeakFinder / 0.1.0 / LeakFinder.podspec.json
blobe592033d2570f9afe6b77aaab352393f9fbbf0d4
2   "name": "LeakFinder",
3   "version": "0.1.0",
4   "summary": "A simple tool to find memory leaks in UI code.",
5   "description": "A simple tool to find memory leaks in UI code. Automatically detects memory leaks in view controllers and views.\nNo code changes required and one-line integration.",
6   "homepage": "https://github.com/Lukas-Stuehrk/LeakFinder",
7   "license": "MIT",
8   "authors": {
9     "Lukas Stührk": "Lukas@Stuehrk.net"
10   },
11   "source": {
12     "git": "https://github.com/Lukas-Stuehrk/LeakFinder.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "frameworks": "UIKit"