[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 6 / d / c / UIKitToolOC / 0.2.5 / UIKitToolOC.podspec.json
blobcf8b22fdff9d8c829f3f3c578f687fd9d1a63dfb
2   "name": "UIKitToolOC",
3   "version": "0.2.5",
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.2.5"
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   "dependencies": {
23     "YYText": [
25     ]
26   },
27   "subspecs": [
28     {
29       "name": "Adapt",
30       "source_files": "UIKitToolOC/Classes/Adapt{*}.{h,m}"
31     },
32     {
33       "name": "Network",
34       "source_files": "Network",
35       "dependencies": {
36         "YTKNetwork": [
38         ]
39       }
40     },
41     {
42       "name": "Pop",
43       "source_files": "UIKitToolOC/Classes/Pop{*}.{h,m}",
44       "dependencies": {
45         "Masonry": [
47         ],
48         "CategoryToolOC/UIView": [
50         ]
51       }
52     },
53     {
54       "name": "RichView",
55       "source_files": [
56         "UIKitToolOC/Classes/AttrModel.{h,m}",
57         "UIKitToolOC/Classes/Rich{*}.{h,m}"
58       ],
59       "dependencies": {
60         "Masonry": [
62         ]
63       }
64     },
65     {
66       "name": "UILabel",
67       "source_files": "UIKitToolOC/Classes/{*}Label.{h,m}"
68     },
69     {
70       "name": "UIPickerView",
71       "source_files": "UIKitToolOC/Classes/{*}Picker.{h,m}",
72       "dependencies": {
73         "Masonry": [
75         ],
76         "CategoryToolOC/Date": [
78         ],
79         "CategoryToolOC/UIColor": [
81         ],
82         "CategoryToolOC/UIFont": [
84         ]
85       }
86     },
87     {
88       "name": "UISwitch",
89       "source_files": "UIKitToolOC/Classes/{*}Switch.{h,m}"
90     },
91     {
92       "name": "UITextField",
93       "source_files": [
94         "UIKitToolOC/Classes/{*}TextField.{h,m}",
95         "UIKitToolOC/Classes/Keyboard{*}.{h,m}"
96       ],
97       "dependencies": {
98         "CategoryToolOC/UIImage": [
100         ]
101       },
102       "resources": "UIKitToolOC/Classes/KeyboardImage.bundle"
103     }
104   ]