[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / 1 / 7 / DWKit / 0.0.0.1 / DWKit.podspec.json
blobb6febc257594f6bbf427014c02162f02f68d9143
2   "name": "DWKit",
3   "version": "0.0.0.1",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "打造一个自己用的工具集。",
9   "homepage": "https://github.com/CodeWicky/DWKit",
10   "authors": {
11     "codeWicky": "codewicky@163.com"
12   },
13   "source": {
14     "git": "https://github.com/CodeWicky/DWKit.git",
15     "tag": "0.0.0.1"
16   },
17   "requires_arc": true,
18   "platforms": {
19     "ios": "9.1"
20   },
21   "source_files": "DWKit/**/*.{h,m}",
22   "frameworks": "UIKit",
23   "subspecs": [
24     {
25       "name": "DWUtils",
26       "source_files": "DWKit/DWUtils/**/*.{h,m}",
27       "subspecs": [
28         {
29           "name": "DWOperationCancelFlag",
30           "source_files": "DWKit/DWUtils/DWOperationCancelFlag/**/*.{h,m}",
31           "public_header_files": "DWKit/DWUtils/DWOperationCancelFlag/**/DWOperationCancelFlag.h",
32           "frameworks": "UIKit"
33         }
34       ]
35     }
36   ]