blob: cab08ca5bad3ac0c7bac983cd2b707cabff23be7 [file] [log] [blame]
{
"name": "CYLDeallocBlockExecutor",
"version": "1.0.0",
"summary": "When object(iOS) is nil,then it can automaticely execute a block",
"description": "It can observe object(iOS) being nil, or in other words, being dealloced, then automaticely execute a block.",
"homepage": "https://github.com/ChenYilong/CYLDeallocBlockExecutor",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ChenYilong": "luohanchenyilong@163.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/ChenYilong/CYLDeallocBlockExecutor.git",
"commit": "44b7222317ab546058e8733a577dc0797826239a"
},
"source_files": [
"CYLDeallocBlockExecutor",
"CYLDeallocBlockExecutor/**/*.{h,m}"
],
"requires_arc": true
}