[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 0 / d / 2 / BIUIKit / 0.1.34 / BIUIKit.podspec.json
blobfe5a1d4fccfdf5d094bb7f48046fb840cebb58d2
2   "name": "BIUIKit",
3   "version": "0.1.34",
4   "summary": "BIUIKit is a library for imo development.",
5   "description": "BIUIKit is a library for imo development. \nThe library provides standard UI components based on design team's requirement.",
6   "homepage": "https://repo.singularitydata.com/ios/dependency/BIUIKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "liuxiaolong": "liuxiaolong@imo.im"
13   },
14   "platforms": {
15     "ios": "10.0"
16   },
17   "source": {
18     "git": "https://repo.singularitydata.com/ios/dependency/BIUIKit.git",
19     "tag": "0.1.34"
20   },
21   "frameworks": [
22     "Foundation",
23     "UIKit"
24   ],
25   "source_files": "BIUIKit/BIUIKit.h",
26   "requires_arc": true,
27   "swift_versions": "5.0",
28   "subspecs": [
29     {
30       "name": "Cache",
31       "source_files": "BIUIKit/Cache/*.swift"
32     },
33     {
34       "name": "BIUIFont",
35       "source_files": "BIUIKit/BIUIFont/UIFont+BIUI.swift"
36     },
37     {
38       "name": "BIUIColor",
39       "source_files": "BIUIKit/BIUIColor/UIColor+*.swift"
40     },
41     {
42       "name": "BIUIIcon",
43       "source_files": "BIUIKit/BIUIIcon/*.swift",
44       "dependencies": {
45         "BIUIKit/Cache": [
47         ]
48       },
49       "resources": "BIUIKit/BIUIIcon/Resources/*"
50     },
51     {
52       "name": "BIUIComponents",
53       "subspecs": [
54         {
55           "name": "BIUIButton",
56           "source_files": [
57             "BIUIKit/BIUIComponents/BIUIButton/BIUIButton*.swift",
58             "BIUIKit/BIUIComponents/BIUIButton/BIUIBridgedButton.swift"
59           ],
60           "dependencies": {
61             "BIUIKit/BIUIFont": [
63             ],
64             "BIUIKit/BIUIColor": [
66             ],
67             "BIUIKit/BIUIIcon": [
69             ],
70             "FlexLayout": [
72             ]
73           }
74         },
75         {
76           "name": "BIUIToggle",
77           "source_files": "BIUIKit/BIUIComponents/BIUIToggle/*.swift",
78           "dependencies": {
79             "BIUIKit/BIUIFont": [
81             ],
82             "BIUIKit/BIUIColor": [
84             ],
85             "BIUIKit/BIUIIcon": [
87             ]
88           }
89         },
90         {
91           "name": "BIUITips",
92           "source_files": "BIUIKit/BIUIComponents/BIUITips/*.swift",
93           "dependencies": {
94             "BIUIKit/BIUIFont": [
96             ],
97             "BIUIKit/BIUIColor": [
99             ],
100             "FlexLayout": [
101               "1.3.22"
102             ]
103           }
104         },
105         {
106           "name": "BIUIDivider",
107           "source_files": "BIUIKit/BIUIComponents/BIUIDivider/*.swift",
108           "dependencies": {
109             "BIUIKit/BIUIColor": [
111             ],
112             "SnapKit": [
114             ],
115             "FlexLayout": [
117             ]
118           }
119         },
120         {
121           "name": "BIUIToast",
122           "source_files": "BIUIKit/BIUIComponents/BIUIToast/*.swift",
123           "dependencies": {
124             "BIUIKit/BIUIFont": [
126             ],
127             "BIUIKit/BIUIColor": [
129             ],
130             "BIUIKit/BIUIIcon": [
132             ]
133           }
134         },
135         {
136           "name": "BIUIAlertController",
137           "source_files": "BIUIKit/BIUIComponents/BIUIAlertController/*.swift",
138           "dependencies": {
139             "BIUIKit/BIUIComponents/BIUIToggle": [
141             ],
142             "BIUIKit/BIUIFont": [
144             ],
145             "BIUIKit/BIUIColor": [
147             ],
148             "BIUIKit/BIUIIcon": [
150             ]
151           }
152         },
153         {
154           "name": "BIUIBanner",
155           "source_files": "BIUIKit/BIUIComponents/BIUIBanner/*.swift",
156           "dependencies": {
157             "SnapKit": [
159             ]
160           }
161         }
162       ]
163     }
164   ],
165   "swift_version": "5.0"