[Add] AlibabacloudEcs20140526 3.0.0
[CocoaPods.git] / Specs / 9 / 1 / 7 / DWKit / 0.0.0.3 / DWKit.podspec.json
blob74102bb0db57e2f6819dfe9744066ec2c00bc0b9
2   "name": "DWKit",
3   "version": "0.0.0.3",
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.3"
16   },
17   "requires_arc": true,
18   "platforms": {
19     "ios": "9.1"
20   },
21   "frameworks": "UIKit",
22   "subspecs": [
23     {
24       "name": "DWUtils",
25       "subspecs": [
26         {
27           "name": "DWOperationCancelFlag",
28           "source_files": "DWKit/DWUtils/DWOperationCancelFlag/**/*.{h,m}",
29           "public_header_files": "DWKit/DWUtils/DWOperationCancelFlag/**/DWOperationCancelFlag.h",
30           "frameworks": "UIKit"
31         },
32         {
33           "name": "DWManualOperation",
34           "source_files": "DWKit/DWUtils/DWManualOperation/**/*.{h,m}",
35           "public_header_files": "DWKit/DWUtils/DWManualOperation/**/DWManualOperation.h",
36           "frameworks": "UIKit"
37         }
38       ]
39     }
40   ]