blob: 63d97ad58c7b423db4236290cb2a7007d3da19a1 [file] [log] [blame]
{
"name": "AMLeaksFinder",
"version": "1.2.6",
"summary": "A small tool for automatically detecting the [controller memory leak] in the project",
"homepage": "https://github.com/liangdahong/AMLeaksFinder",
"license": "MIT",
"authors": {
"梁大红": "ios@liangdahong.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/liangdahong/AMLeaksFinder.git",
"tag": "1.2.6"
},
"source_files": "AMLeaksFinder/**/*.{h,m}",
"resources": "AMLeaksFinder/**/*.{bundle,xib}",
"requires_arc": true
}