blob: 5ee9f4927ec6646b806cab2e6c1804b662346c29 [file] [log] [blame]
{
"name": "MLeaksFinder",
"version": "0.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/Zepo/MLeaksFinder.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "6.0"
},
"source_files": "MLeaksFinder/**/*",
"public_header_files": [
"MLeaksFinder/MLeaksFinder.h",
"MLeaksFinder/NSObject+MemoryLeak.h"
]
}