[Add] MealziOSSDK 5.3.0
[CocoaPods.git] / Specs / 6 / d / c / UIKitToolOC / 0.1.4 / UIKitToolOC.podspec.json
blob06e95f7fea1b43854ad5cace42f8dc80aed36e10
2   "name": "UIKitToolOC",
3   "version": "0.1.4",
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.4"
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": "UILabel",
32       "platforms": {
33         "ios": "11.0"
34       },
35       "source_files": "UIKitToolOC/Classes/{*}Label.{h,m}"
36     },
37     {
38       "name": "UITextField",
39       "platforms": {
40         "ios": "11.0"
41       },
42       "source_files": "UIKitToolOC/Classes/{*}TextField.{h,m}"
43     },
44     {
45       "name": "Pop",
46       "platforms": {
47         "ios": "11.0"
48       },
49       "source_files": "UIKitToolOC/Classes/Pop{*}.{h,m}",
50       "dependencies": {
51         "Masonry": [
53         ],
54         "CategoryToolOC/UIView": [
56         ]
57       }
58     },
59     {
60       "name": "UIPickerView",
61       "platforms": {
62         "ios": "11.0"
63       },
64       "source_files": "UIKitToolOC/Classes/{*}Picker.{h,m}",
65       "dependencies": {
66         "Masonry": [
68         ],
69         "CategoryToolOC/Date": [
71         ],
72         "CategoryToolOC/UIColor": [
74         ],
75         "CategoryToolOC/UIFont": [
77         ]
78       }
79     }
80   ]