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