blob: 3750c122d2197bd960dea1c3a874eedcf5fe4e46 [file] [log] [blame]
{
"name": "WKVCDeallocMonitor",
"version": "0.1.5",
"license": "MIT",
"summary": "监听ViewController的Dealloc,实时获得当前程序中是否有未释放的viewcontroller",
"homepage": "https://github.com/WangKunKun",
"source": {
"git": "https://github.com/WangKunKun/WKVCDeallocMonitor.git",
"tag": "0.1.5"
},
"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/"
}