blob: 51da807e5dd536e24433dc70281a0f1ead1d9791 [file] [log] [blame]
{
"name": "CYLDeallocBlockExecutor",
"version": "1.1.1",
"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",
"tag": "1.1.1"
},
"source_files": [
"CYLDeallocBlockExecutor",
"CYLDeallocBlockExecutor/**/*.{h,m}"
],
"requires_arc": true
}