blob: ad8c5556b8996b65841f0963fa65ace879953af1 [file] [log] [blame]
{
"name": "MLeaksFinderNew",
"version": "2.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": "2.0.0"
},
"platforms": {
"ios": "6.0"
},
"source_files": "MLeaksFinder/**/*",
"public_header_files": [
"MLeaksFinder/MLeaksFinder.h",
"MLeaksFinder/NSObject+MemoryLeak.h"
]
}