blob: 1a19346e9bf4db84908da13f5a1c35378494ff2f [file] [log] [blame]
{
"name": "WCRetainCycleChecker",
"version": "1.0.1",
"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.1"
},
"source_files": "WCRetainCycleChecker/*.{h,m}",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"requires_arc": true
}