blob: 2027087e20ad08e1f04bca44f46f0af3d32367b2 [file] [log] [blame]
{
"name": "AMLeaksFinder",
"version": "1.2.7",
"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.7"
},
"source_files": "AMLeaksFinder/**/*.{h,m}",
"resources": "AMLeaksFinder/**/*.{bundle,xib}",
"requires_arc": true
}