blob: 40210e054882ba70528bdecd67ceafd19fc4a438 [file] [log] [blame]
{
"name": "AMLeaksFinder",
"version": "1.0.0",
"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": "9.0"
},
"source": {
"git": "https://github.com/liangdahong/AMLeaksFinder.git",
"tag": "1.0.0"
},
"source_files": "AMLeaksFinder/Sources/**/*.{h,m,xib}",
"requires_arc": true
}