blob: 3238563fbac24117b5b8007bfb9ad8c0da242e63 [file] [log] [blame]
{
"name": "CRChecker",
"version": "1.0.2",
"summary": "CRChecker is a debug tool, helps you find out circular reference problem.",
"description": " CRChecker is a debug tool, helps you find out circular reference problem.\n Be Careful:Don't use this library under production environment.\n",
"homepage": "https://github.com/duowan/CRChecker",
"license": "MIT",
"authors": {
"PonyCui": "cuiminghui@yy.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/duowan/CRChecker.git",
"tag": "1.0.2"
},
"source_files": [
"CRChecker",
"CRChecker/*.{h,m}"
],
"requires_arc": true,
"public_header_files": "CRChecker/CRChecker.h"
}