blob: 372b2877bbf0441a192f54534efd5a4190a8ee52 [file] [log] [blame]
{
"name": "AMLeaksFinder",
"version": "1.2.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": "8.0"
},
"source": {
"git": "https://github.com/liangdahong/AMLeaksFinder.git",
"tag": "1.2.0"
},
"source_files": "Sources/**/*.{h,m}",
"resource_bundles": {
"AMLeaksFinder": [
"Sources/**/*.{xib,nib,storyboard,png}"
]
},
"requires_arc": true
}