blob: a8c6518e3e1c3e3664b6849c230163b6f56baabe [file] [log] [blame]
{
"name": "LeakEye",
"version": "1.1.0",
"summary": "LeakEye is a memory leak monitor write by swift inspired by PLeakSniffer.",
"description": "LeakEye is a memory leak monitor write by swift inspired by PLeakSniffer..",
"homepage": "https://github.com/zixun/LeakEye",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zixun": "chenyl.exe@gmail.com"
},
"source": {
"git": "https://github.com/zixun/LeakEye.git",
"tag": "1.1.0"
},
"social_media_url": "https://twitter.com/zixun_",
"platforms": {
"ios": "8.0"
},
"source_files": "LeakEye/Classes/**/*",
"dependencies": {
"AppSwizzle": [
"~> 1.0.0"
]
},
"pushed_with_swift_version": "3.0"
}