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