[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 9 / 1 / 7 / DWKit / 0.0.0.10 / DWKit.podspec.json
blobcfafb8f7254614549ea5c96f262e7bdea679123e
2   "name": "DWKit",
3   "version": "0.0.0.10",
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.10"
16   },
17   "requires_arc": true,
18   "platforms": {
19     "ios": "8.0"
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           "name": "DWTransaction",
40           "source_files": "DWKit/DWUtils/DWTransaction/**/*.{h,m}",
41           "public_header_files": "DWKit/DWUtils/DWTransaction/**/DWTransaction.h",
42           "frameworks": "UIKit"
43         },
44         {
45           "name": "DWFileManager",
46           "source_files": "DWKit/DWUtils/DWFileManager/**/*.{h,m}",
47           "public_header_files": "DWKit/DWUtils/DWFileManager/**/DWFileManager.h",
48           "frameworks": "UIKit"
49         },
50         {
51           "name": "DWDispatcher",
52           "source_files": "DWKit/DWUtils/DWDispatcher/**/*.{h,m}",
53           "public_header_files": "DWKit/DWUtils/DWDispatcher/**/DWDispatcher.h",
54           "frameworks": "UIKit"
55         }
56       ]
57     },
58     {
59       "name": "DWCategory",
60       "subspecs": [
61         {
62           "name": "DWArrayUtils",
63           "source_files": "DWKit/DWCategory/DWArrayUtils/**/*.{h,m}",
64           "public_header_files": "DWKit/DWCategory/DWArrayUtils/**/NSArray+DWArrayUtils.h",
65           "frameworks": "UIKit"
66         },
67         {
68           "name": "DWDeviceUtils",
69           "source_files": "DWKit/DWCategory/DWDeviceUtils/**/*.{h,m}",
70           "public_header_files": "DWKit/DWCategory/DWDeviceUtils/**/UIDevice+DWDeviceUtils.h",
71           "frameworks": [
72             "UIKit",
73             "Security"
74           ]
75         }
76       ]
77     },
78     {
79       "name": "DWComponent",
80       "subspecs": [
81         {
82           "name": "DWLabel",
83           "source_files": "DWKit/DWComponent/DWLabel/**/*.{h,m}",
84           "public_header_files": "DWKit/DWComponent/DWLabel/**/DWLabel.h",
85           "frameworks": "UIKit"
86         }
87       ]
88     }
89   ]