[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 6 / d / c / UIKitToolOC / 0.1.3 / UIKitToolOC.podspec.json
blob4e2ebe92253ccc1d62cac8e6fd0e34c1c36499c9
2   "name": "UIKitToolOC",
3   "version": "0.1.3",
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.3"
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       "platforms": {
26         "ios": "11.0"
27       },
28       "source_files": "UIKitToolOC/Classes/Adapt{*}.{h,m}"
29     },
30     {
31       "name": "UITextField",
32       "platforms": {
33         "ios": "11.0"
34       },
35       "source_files": "UIKitToolOC/Classes/{*}TextField.{h,m}"
36     },
37     {
38       "name": "Pop",
39       "platforms": {
40         "ios": "11.0"
41       },
42       "source_files": "UIKitToolOC/Classes/Pop{*}.{h,m}",
43       "dependencies": {
44         "Masonry": [
46         ],
47         "CategoryToolOC/UIView": [
49         ]
50       }
51     },
52     {
53       "name": "UIPickerView",
54       "platforms": {
55         "ios": "11.0"
56       },
57       "source_files": "UIKitToolOC/Classes/{*}Picker.{h,m}",
58       "dependencies": {
59         "Masonry": [
61         ],
62         "CategoryToolOC/Date": [
64         ],
65         "CategoryToolOC/UIColor": [
67         ],
68         "CategoryToolOC/UIFont": [
70         ]
71       }
72     }
73   ]