blob: 2f02b31956bbf9be39c7cc7a9409cad7dfde6578 [file] [log] [blame]
{
"name": "PLeakSniffer",
"version": "0.1.0",
"summary": "PLeakSniffer should be used as a suggesting tool to detect possible memory leaks",
"homepage": "https://github.com/music4kid/PLeakSniffer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"gao feng": "1197902291@qq.com"
},
"source": {
"git": "https://github.com/music4kid/PLeakSniffer.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "6.0"
},
"source_files": "PLeakSniffer/Classes/**/*",
"public_header_files": "PLeakSniffer/Classes/PLeakSniffer.h"
}