[Add] ReerRouter 2.2.0
[CocoaPods.git] / Specs / 9 / 6 / b / CYLDeallocBlockExecutor / 1.0.0 / CYLDeallocBlockExecutor.podspec.json
blobcab08ca5bad3ac0c7bac983cd2b707cabff23be7
2   "name": "CYLDeallocBlockExecutor",
3   "version": "1.0.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     "commit": "44b7222317ab546058e8733a577dc0797826239a"
20   },
21   "source_files": [
22     "CYLDeallocBlockExecutor",
23     "CYLDeallocBlockExecutor/**/*.{h,m}"
24   ],
25   "requires_arc": true