blob: bcdb877fb98782d8d867dbd972e25f849bb10ca3 [file] [log] [blame]
{
"name": "BPLeaksFinder",
"version": "1.1.1",
"summary": "Find memory leaks in your iOS app at develop time.",
"homepage": "https://github.com/Zepo/MLeaksFinder",
"license": "MIT",
"authors": {
"Zeposhe": "zeposhe@163.com"
},
"source": {
"git": "https://github.com/BinaryParadise/MLeaksFinder.git",
"tag": "1.1.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "MLeaksFinder/**/*",
"public_header_files": [
"MLeaksFinder/MLeaksFinder.h",
"MLeaksFinder/NSObject+MemoryLeak.h"
]
}