blob: 6a037ad059f605b1b850990b38febda2424b8a35 [file] [log] [blame]
{
"name": "MLeaksFinderNew",
"version": "3.0.0",
"summary": "Find memory leaks in your iOS app at develop time.",
"homepage": "https://github.com/xinxi1990/iOSLeaksFinder",
"license": "MIT",
"authors": {
"Zeposhe": "xinxi1990@163.com"
},
"source": {
"git": "https://github.com/xinxi1990/iOSLeaksFinder.git",
"tag": "3.0.0"
},
"platforms": {
"ios": "6.0"
},
"source_files": "MLeaksFinder/**/*",
"public_header_files": [
"MLeaksFinder/MLeaksFinder.h",
"MLeaksFinder/NSObject+MemoryLeak.h"
]
}