[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 6 / d / c / UIKitToolOC / 0.2.3 / UIKitToolOC.podspec.json
blobe769284f86a22f9dcf94f38a2139e99d03e56e6a
2   "name": "UIKitToolOC",
3   "version": "0.2.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.2.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       "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": "RichView",
50       "source_files": [
51         "UIKitToolOC/Classes/AttrModel.{h,m}",
52         "UIKitToolOC/Classes/Rich{*}.{h,m}"
53       ],
54       "dependencies": {
55         "Masonry": [
57         ]
58       }
59     },
60     {
61       "name": "UILabel",
62       "source_files": "UIKitToolOC/Classes/{*}Label.{h,m}"
63     },
64     {
65       "name": "UIPickerView",
66       "source_files": "UIKitToolOC/Classes/{*}Picker.{h,m}",
67       "dependencies": {
68         "Masonry": [
70         ],
71         "CategoryToolOC/Date": [
73         ],
74         "CategoryToolOC/UIColor": [
76         ],
77         "CategoryToolOC/UIFont": [
79         ]
80       }
81     },
82     {
83       "name": "UISwitch",
84       "source_files": "UIKitToolOC/Classes/{*}Switch.{h,m}"
85     },
86     {
87       "name": "UITextField",
88       "source_files": [
89         "UIKitToolOC/Classes/{*}TextField.{h,m}",
90         "UIKitToolOC/Classes/Keyboard{*}.{h,m}"
91       ],
92       "dependencies": {
93         "CategoryToolOC/UIImage": [
95         ]
96       },
97       "resources": "UIKitToolOC/Classes/KeyboardImage.bundle"
98     }
99   ]