[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 6 / d / c / UIKitToolOC / 0.1.8 / UIKitToolOC.podspec.json
blob4b0b3bc46cdadd4180a2ffa7705a7e4e00f068be
2   "name": "UIKitToolOC",
3   "version": "0.1.8",
4   "summary": "UIKitToolOC 常用的组件库.",
5   "homepage": "https://github.com/kenan0620/UIKitToolOC",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "kenan": "coenen@aliyun.com"
12   },
13   "source": {
14     "git": "https://github.com/kenan0620/UIKitToolOC.git",
15     "tag": "0.1.8"
16   },
17   "social_media_url": "https://www.jianshu.com/u/aa2d07ae7c2f",
18   "platforms": {
19     "ios": "11.0"
20   },
21   "source_files": "UIKitToolOC/Classes/UIKitToolOC.h",
22   "subspecs": [
23     {
24       "name": "Adapt",
25       "source_files": "UIKitToolOC/Classes/Adapt{*}.{h,m}"
26     },
27     {
28       "name": "Network",
29       "source_files": "Network",
30       "dependencies": {
31         "YTKNetwork": [
33         ]
34       }
35     },
36     {
37       "name": "Pop",
38       "source_files": "UIKitToolOC/Classes/Pop{*}.{h,m}",
39       "dependencies": {
40         "Masonry": [
42         ],
43         "CategoryToolOC/UIView": [
45         ]
46       }
47     },
48     {
49       "name": "UILabel",
50       "source_files": "UIKitToolOC/Classes/{*}Label.{h,m}"
51     },
52     {
53       "name": "UIPickerView",
54       "source_files": "UIKitToolOC/Classes/{*}Picker.{h,m}",
55       "dependencies": {
56         "Masonry": [
58         ],
59         "CategoryToolOC/Date": [
61         ],
62         "CategoryToolOC/UIColor": [
64         ],
65         "CategoryToolOC/UIFont": [
67         ]
68       }
69     },
70     {
71       "name": "UISwitch",
72       "source_files": "UIKitToolOC/Classes/{*}Switch.{h,m}"
73     },
74     {
75       "name": "UITextField",
76       "source_files": [
77         "UIKitToolOC/Classes/{*}TextField.{h,m}",
78         "UIKitToolOC/Classes/Keyboard{*}.{h,m}"
79       ],
80       "dependencies": {
81         "CategoryToolOC/UIImage": [
83         ]
84       },
85       "resources": "UIKitToolOC/Classes/KeyboardMedia{*}"
86     }
87   ]