blob: 7ddca5e20a9629ebb5aa399405e61c30bba2049c [file] [log] [blame]
{
"name": "QYHRetainCycleDetector",
"version": "0.1.3",
"summary": "Library that helps with detecting retain cycles in iOS apps",
"homepage": "https://github.com/mLazyDaddy/QYHRetainCycleDetector",
"license": "BSD",
"authors": {
"mLazyDaddy": "50094063+mLazyDaddy@users.noreply.github.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/mLazyDaddy/QYHRetainCycleDetector.git",
"tag": "0.1.3"
},
"source_files": [
"QYHRetainCycleDetector",
"QYHRetainCycleDetector/**/*.{h,m,mm}"
],
"public_header_files": [
"QYHRetainCycleDetector/Detector/QYHRetainCycleDetector.h",
"QYHRetainCycleDetector/Detector/NSObject+QYHRCDObject.h",
"QYHRetainCycleDetector/Detector/QYHRetainCycleFinder.h"
],
"frameworks": [
"Foundation",
"UIKit",
"CoreFoundation"
],
"requires_arc": [
"QYHRetainCycleDetector/Detector/QYHRetainCycle.h",
"QYHRetainCycleDetector/Detector/QYHRetainCycleCollectionBase.h",
"QYHRetainCycleDetector/Detector/QYHRetainCycleDetector.h",
"QYHRetainCycleDetector/Detector/QYHRetainCycleDetector.m"
]
}