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