blob: 48b1816fbe640b71749df914456a0f6708efe26c [file] [log] [blame]
{
"name": "WKVCDeallocMonitor",
"version": "0.1.3",
"license": "MIT",
"summary": "监听ViewController的Dealloc,实时获得当前程序中是否有未释放的viewcontroller",
"homepage": "https://github.com/WangKunKun",
"source": {
"git": "https://github.com/WangKunKun/WKVCDeallocMonitor.git",
"tag": "0.1.3"
},
"source_files": "WKVCDeallocManagerDemo/WKVCDeallocManagerDemo/VCDeallocMonitor",
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"frameworks": [
"UIKit",
"Foundation"
],
"authors": {
"Wangkunkun": "357863248@qq.com"
},
"social_media_url": "https://wangkunkun.github.io/"
}