blob: 1e194cf2a22bfb9d972e684d27c316635e3a1517 [file] [log] [blame]
{
"name": "AMLeaksFinder",
"version": "1.0.2",
"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.2"
},
"source_files": "AMLeaksFinder/Sources/**/*.{h,m}",
"resources": "AMLeaksFinder/Sources/**/*.{xib,nib,storyboard,png}",
"requires_arc": true
}