blob: 2238029b7988ad697dd63926d02972c4c1cc8c72 [file] [log] [blame]
{
"name": "iOSMLeaksFinder",
"version": "0.0.1",
"summary": "Find memory leaks in your iOS app at develop time.",
"homepage": "https://github.com/wumeijun/iOSMLeaksFinder",
"license": "MIT",
"authors": {
"Maggie": "wumeijun@soulapp.cn"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/wumeijun/iOSMLeaksFinder.git",
"tag": "0.0.1"
},
"source_files": "MLeaksFinder/**/*",
"public_header_files": "MLeaksFinder/MLeaksFinder.h', 'MLeaksFinder/NSObject+MemoryLeak.h"
}