[Add] PlasoLogger 1.0.2
[CocoaPods.git] / Specs / 9 / 7 / c / QYHRetainCycleDetector / 0.1.3 / QYHRetainCycleDetector.podspec.json
blob7ddca5e20a9629ebb5aa399405e61c30bba2049c
2   "name": "QYHRetainCycleDetector",
3   "version": "0.1.3",
4   "summary": "Library that helps with detecting retain cycles in iOS apps",
5   "homepage": "https://github.com/mLazyDaddy/QYHRetainCycleDetector",
6   "license": "BSD",
7   "authors": {
8     "mLazyDaddy": "50094063+mLazyDaddy@users.noreply.github.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/mLazyDaddy/QYHRetainCycleDetector.git",
15     "tag": "0.1.3"
16   },
17   "source_files": [
18     "QYHRetainCycleDetector",
19     "QYHRetainCycleDetector/**/*.{h,m,mm}"
20   ],
21   "public_header_files": [
22     "QYHRetainCycleDetector/Detector/QYHRetainCycleDetector.h",
23     "QYHRetainCycleDetector/Detector/NSObject+QYHRCDObject.h",
24     "QYHRetainCycleDetector/Detector/QYHRetainCycleFinder.h"
25   ],
26   "frameworks": [
27     "Foundation",
28     "UIKit",
29     "CoreFoundation"
30   ],
31   "requires_arc": [
32     "QYHRetainCycleDetector/Detector/QYHRetainCycle.h",
33     "QYHRetainCycleDetector/Detector/QYHRetainCycleCollectionBase.h",
34     "QYHRetainCycleDetector/Detector/QYHRetainCycleDetector.h",
35     "QYHRetainCycleDetector/Detector/QYHRetainCycleDetector.m"
36   ]