[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 9 / 1 / 7 / DWKit / 0.0.0.19 / DWKit.podspec.json
blob8e84637c9ce3384336272a02f280f2e66a7351a2
2   "name": "DWKit",
3   "version": "0.0.0.19",
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.19"
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           "name": "DWAlbumManager",
58           "source_files": "DWKit/DWUtils/DWAlbumManager/**/*.{h,m}",
59           "public_header_files": "DWKit/DWUtils/DWAlbumManager/**/DWAlbumManager.h",
60           "frameworks": "UIKit"
61         }
62       ]
63     },
64     {
65       "name": "DWCategory",
66       "subspecs": [
67         {
68           "name": "DWArrayUtils",
69           "source_files": "DWKit/DWCategory/DWArrayUtils/**/*.{h,m}",
70           "public_header_files": "DWKit/DWCategory/DWArrayUtils/**/NSArray+DWArrayUtils.h",
71           "frameworks": "UIKit"
72         },
73         {
74           "name": "DWDateUtils",
75           "source_files": "DWKit/DWCategory/DWDateUtils/**/*.{h,m}",
76           "public_header_files": "DWKit/DWCategory/DWDateUtils/**/NSDate+DWDateUtils.h",
77           "frameworks": "UIKit"
78         },
79         {
80           "name": "DWDeviceUtils",
81           "source_files": "DWKit/DWCategory/DWDeviceUtils/**/*.{h,m}",
82           "public_header_files": "DWKit/DWCategory/DWDeviceUtils/**/UIDevice+DWDeviceUtils.h",
83           "frameworks": [
84             "UIKit",
85             "Security"
86           ]
87         },
88         {
89           "name": "DWObjectUtils",
90           "source_files": "DWKit/DWCategory/DWObjectUtils/**/*.{h,m}",
91           "public_header_files": "DWKit/DWCategory/DWObjectUtils/**/NSObject+DWObjectUtils.h",
92           "frameworks": "UIKit"
93         },
94         {
95           "name": "DWStringUtils",
96           "source_files": "DWKit/DWCategory/DWStringUtils/**/*.{h,m}",
97           "public_header_files": "DWKit/DWCategory/DWStringUtils/**/NSString+DWStringUtils.h",
98           "frameworks": "UIKit"
99         },
100         {
101           "name": "DWThreadUtils",
102           "source_files": "DWKit/DWCategory/DWThreadUtils/**/*.{h,m}",
103           "public_header_files": "DWKit/DWCategory/DWThreadUtils/**/NSThread+DWThreadUtils.h",
104           "frameworks": "UIKit"
105         }
106       ]
107     },
108     {
109       "name": "DWComponent",
110       "subspecs": [
111         {
112           "name": "DWFixAdjustCollectionView",
113           "source_files": "DWKit/DWComponent/DWFixAdjustCollectionView/**/*.{h,m}",
114           "public_header_files": "DWKit/DWComponent/DWFixAdjustCollectionView/**/DWFixAdjustCollectionView.h",
115           "frameworks": "UIKit"
116         },
117         {
118           "name": "DWGradientView",
119           "source_files": "DWKit/DWComponent/DWGradientView/**/*.{h,m}",
120           "public_header_files": "DWKit/DWComponent/DWGradientView/**/DWGradientView.h",
121           "frameworks": "UIKit"
122         },
123         {
124           "name": "DWLabel",
125           "source_files": "DWKit/DWComponent/DWLabel/**/*.{h,m}",
126           "public_header_files": "DWKit/DWComponent/DWLabel/**/DWLabel.h",
127           "frameworks": "UIKit"
128         }
129       ]
130     }
131   ]