[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / 9 / 1 / 7 / DWKit / 0.0.0.20 / DWKit.podspec.json
blob25e0d7b85f9e5c2bf3f4a77077880a7776428151
2   "name": "DWKit",
3   "version": "0.0.0.20",
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.20"
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": "DWAlbumManager",
28           "source_files": "DWKit/DWUtils/DWAlbumManager/**/*.{h,m}",
29           "public_header_files": "DWKit/DWUtils/DWAlbumManager/**/DWAlbumManager.h",
30           "frameworks": "UIKit"
31         },
32         {
33           "name": "DWDispatcher",
34           "source_files": "DWKit/DWUtils/DWDispatcher/**/*.{h,m}",
35           "public_header_files": "DWKit/DWUtils/DWDispatcher/**/DWDispatcher.h",
36           "frameworks": "UIKit"
37         },
38         {
39           "name": "DWFileManager",
40           "source_files": "DWKit/DWUtils/DWFileManager/**/*.{h,m}",
41           "public_header_files": "DWKit/DWUtils/DWFileManager/**/DWFileManager.h",
42           "frameworks": "UIKit"
43         },
44         {
45           "name": "DWForwardingTarget",
46           "source_files": "DWKit/DWUtils/DWForwardingTarget/**/*.{h,m}",
47           "public_header_files": "DWKit/DWUtils/DWForwardingTarget/**/DWForwardingTarget.h",
48           "frameworks": "Foundation"
49         },
50         {
51           "name": "DWLimitArray",
52           "source_files": "DWKit/DWUtils/DWLimitArray/**/*.{h,m}",
53           "public_header_files": "DWKit/DWUtils/DWLimitArray/**/DWLimitArray.h",
54           "frameworks": "UIKit"
55         },
56         {
57           "name": "DWManualOperation",
58           "source_files": "DWKit/DWUtils/DWManualOperation/**/*.{h,m}",
59           "public_header_files": "DWKit/DWUtils/DWManualOperation/**/DWManualOperation.h",
60           "frameworks": "UIKit"
61         },
62         {
63           "name": "DWOperationCancelFlag",
64           "source_files": "DWKit/DWUtils/DWOperationCancelFlag/**/*.{h,m}",
65           "public_header_files": "DWKit/DWUtils/DWOperationCancelFlag/**/DWOperationCancelFlag.h",
66           "frameworks": "UIKit"
67         },
68         {
69           "name": "DWTaskQueue",
70           "source_files": "DWKit/DWUtils/DWTaskQueue/**/*.{h,m}",
71           "public_header_files": "DWKit/DWUtils/DWLimitArray/**/DWTaskQueue.h",
72           "frameworks": "UIKit"
73         },
74         {
75           "name": "DWTransaction",
76           "source_files": "DWKit/DWUtils/DWTransaction/**/*.{h,m}",
77           "public_header_files": "DWKit/DWUtils/DWTransaction/**/DWTransaction.h",
78           "frameworks": "UIKit"
79         }
80       ]
81     },
82     {
83       "name": "DWCategory",
84       "subspecs": [
85         {
86           "name": "DWArrayUtils",
87           "source_files": "DWKit/DWCategory/DWArrayUtils/**/*.{h,m}",
88           "public_header_files": "DWKit/DWCategory/DWArrayUtils/**/NSArray+DWArrayUtils.h",
89           "frameworks": "UIKit"
90         },
91         {
92           "name": "DWDateUtils",
93           "source_files": "DWKit/DWCategory/DWDateUtils/**/*.{h,m}",
94           "public_header_files": "DWKit/DWCategory/DWDateUtils/**/NSDate+DWDateUtils.h",
95           "frameworks": "UIKit"
96         },
97         {
98           "name": "DWDeviceUtils",
99           "source_files": "DWKit/DWCategory/DWDeviceUtils/**/*.{h,m}",
100           "public_header_files": "DWKit/DWCategory/DWDeviceUtils/**/UIDevice+DWDeviceUtils.h",
101           "frameworks": [
102             "UIKit",
103             "Security"
104           ]
105         },
106         {
107           "name": "DWObjectUtils",
108           "source_files": "DWKit/DWCategory/DWObjectUtils/**/*.{h,m}",
109           "public_header_files": "DWKit/DWCategory/DWObjectUtils/**/NSObject+DWObjectUtils.h",
110           "frameworks": "UIKit"
111         },
112         {
113           "name": "DWStringUtils",
114           "source_files": "DWKit/DWCategory/DWStringUtils/**/*.{h,m}",
115           "public_header_files": "DWKit/DWCategory/DWStringUtils/**/NSString+DWStringUtils.h",
116           "frameworks": "UIKit"
117         },
118         {
119           "name": "DWThreadUtils",
120           "source_files": "DWKit/DWCategory/DWThreadUtils/**/*.{h,m}",
121           "public_header_files": "DWKit/DWCategory/DWThreadUtils/**/NSThread+DWThreadUtils.h",
122           "frameworks": "UIKit"
123         }
124       ]
125     },
126     {
127       "name": "DWComponent",
128       "subspecs": [
129         {
130           "name": "DWFixAdjustCollectionView",
131           "source_files": "DWKit/DWComponent/DWFixAdjustCollectionView/**/*.{h,m}",
132           "public_header_files": "DWKit/DWComponent/DWFixAdjustCollectionView/**/DWFixAdjustCollectionView.h",
133           "frameworks": "UIKit"
134         },
135         {
136           "name": "DWGradientView",
137           "source_files": "DWKit/DWComponent/DWGradientView/**/*.{h,m}",
138           "public_header_files": "DWKit/DWComponent/DWGradientView/**/DWGradientView.h",
139           "frameworks": "UIKit"
140         },
141         {
142           "name": "DWLabel",
143           "source_files": "DWKit/DWComponent/DWLabel/**/*.{h,m}",
144           "public_header_files": "DWKit/DWComponent/DWLabel/**/DWLabel.h",
145           "frameworks": "UIKit"
146         }
147       ]
148     }
149   ]