blob: 59119b330e4fd5c142437bfc570441aeac424349 [file] [log] [blame]
{
"name": "WCRetainCycleChecker",
"version": "1.0.2",
"summary": "Check retain-cycle in UIViewController's subclass automatically.",
"authors": {
"王策": "634692517@qq.com"
},
"homepage": "https://github.com/HaloWang/WCRetainCycleChecker",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/HaloWang/WCRetainCycleChecker.git",
"tag": "1.0.2"
},
"source_files": "WCRetainCycleChecker/*.{h,m}",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"requires_arc": true
}