[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / 9 / 1 / 7 / DWKit / 0.0.0.13 / DWKit.podspec.json
blob087224cb013a29c4c5b01afbaf221a64aef8acf8
2   "name": "DWKit",
3   "version": "0.0.0.13",
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.13"
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": "DWDeviceUtils",
75           "source_files": "DWKit/DWCategory/DWDeviceUtils/**/*.{h,m}",
76           "public_header_files": "DWKit/DWCategory/DWDeviceUtils/**/UIDevice+DWDeviceUtils.h",
77           "frameworks": [
78             "UIKit",
79             "Security"
80           ]
81         }
82       ]
83     },
84     {
85       "name": "DWComponent",
86       "subspecs": [
87         {
88           "name": "DWLabel",
89           "source_files": "DWKit/DWComponent/DWLabel/**/*.{h,m}",
90           "public_header_files": "DWKit/DWComponent/DWLabel/**/DWLabel.h",
91           "frameworks": "UIKit"
92         },
93         {
94           "name": "DWFixAdjustCollectionView",
95           "source_files": "DWKit/DWComponent/DWFixAdjustCollectionView/**/*.{h,m}",
96           "public_header_files": "DWKit/DWComponent/DWFixAdjustCollectionView/**/DWFixAdjustCollectionView.h",
97           "frameworks": "UIKit"
98         }
99       ]
100     }
101   ]