[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 9 / 6 / b / CYLDeallocBlockExecutor / 1.3.0 / CYLDeallocBlockExecutor.podspec.json
blobdbefdf94fd9b451309382e6afadd6ae726737093
2   "name": "CYLDeallocBlockExecutor",
3   "version": "1.3.0",
4   "summary": "When object(iOS) is nil,then it can automaticely execute a block",
5   "description": "It can observe object(iOS) being nil, or in other words, being dealloced, then automaticely execute a block.",
6   "homepage": "https://github.com/ChenYilong/CYLDeallocBlockExecutor",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ChenYilong": "luohanchenyilong@163.com"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "source": {
18     "git": "https://github.com/ChenYilong/CYLDeallocBlockExecutor.git",
19     "tag": "1.3.0"
20   },
21   "source_files": [
22     "CYLDeallocBlockExecutor",
23     "CYLDeallocBlockExecutor/**/*.{h,m}"
24   ],
25   "requires_arc": true