[Add] RegulaCommonNightly 7.5.947
[CocoaPods.git] / Specs / 2 / c / 9 / DUKEBlocksKit / 1.0.1 / DUKEBlocksKit.podspec.json
blobefa47510d57610287b105336b09150f8aad4188f
2   "name": "DUKEBlocksKit",
3   "version": "1.0.1",
4   "summary": "DUKEBlocksKit部分借鉴了著名框架Aspects,BlocksKit,ReactiveCocoa的神奇的宏定义。实现了更加灵活的动态代理,模仿RAC神奇的宏RAC与RACObserve属性绑定",
5   "homepage": "https://github.com/xiezhongmin/DUKEBlocksKit",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "xie1988": "364101515@qq.com"
12   },
13   "platforms": {
14     "ios": "7.0"
15   },
16   "source": {
17     "git": "https://github.com/xiezhongmin/DUKEBlocksKit.git",
18     "tag": "1.0.1"
19   },
20   "requires_arc": true,
21   "subspecs": [
22     {
23       "name": "DUKEBlocksKit",
24       "source_files": "DUKEBlocksKit/*"
25     }
26   ]