[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / d / 0 / 1 / SBUIComponents / 0.0.9 / SBUIComponents.podspec.json
blob8f3ee5ba4565d8561e8a8f22dc9e8e1f515ff5bf
2   "name": "SBUIComponents",
3   "version": "0.0.9",
4   "summary": "a swift base ui components",
5   "description": "一个swift的UI基础库,包括BaseScene, BaseProfile, BaseInput etc.",
6   "homepage": "https://github.com/iFindTA/",
7   "license": "MIT",
8   "authors": {
9     "nanhu": "nanhujiaju@gmail.com"
10   },
11   "platforms": {
12     "ios": "10.0"
13   },
14   "source": {
15     "git": "https://github.com/iFindTA/SBSwiftUIComponents.git",
16     "tag": "0.0.9"
17   },
18   "frameworks": [
19     "UIKit",
20     "Foundation"
21   ],
22   "requires_arc": true,
23   "subspecs": [
24     {
25       "name": "Commons",
26       "source_files": "SBSwiftUICoponents/SBCommons/*.swift",
27       "dependencies": {
28         "SBPullToRefresh": [
30         ],
31         "SJNavigationPopGesture": [
33         ],
34         "IQKeyboardManagerSwift": [
36         ],
37         "GDPerformanceView-Swift": [
39         ]
40       }
41     },
42     {
43       "name": "Banner",
44       "source_files": "SBSwiftUICoponents/SBBanner/*.swift",
45       "dependencies": {
46         "FSPagerView": [
48         ],
49         "SDWebImage/Core": [
51         ],
52         "CHIPageControl/Jaloro": [
54         ],
55         "SBComponents/Macros": [
57         ]
58       }
59     },
60     {
61       "name": "Panels",
62       "source_files": "SBSwiftUICoponents/SBPanels/*.swift",
63       "frameworks": "WebKit",
64       "dependencies": {
65         "SBComponents/Base": [
67         ]
68       }
69     },
70     {
71       "name": "Scenes",
72       "source_files": "SBSwiftUICoponents/SBScenes/*.swift",
73       "resources": "SBSwiftUICoponents/SBScenes/Assets/*.*",
74       "dependencies": {
75         "SBComponents/Kit": [
77         ],
78         "SDWebImage/Core": [
80         ],
81         "IQKeyboardManagerSwift": [
83         ]
84       }
85     },
86     {
87       "name": "Scan",
88       "source_files": "SBSwiftUICoponents/SBScan/*.swift",
89       "resources": "SBSwiftUICoponents/SBScan/Assets/*.*",
90       "frameworks": [
91         "CoreGraphics",
92         "AVFoundation"
93       ],
94       "dependencies": {
95         "SBComponents/Kit": [
97         ],
98         "SBComponents/SceneRouter": [
100         ]
101       }
102     },
103     {
104       "name": "Empty",
105       "source_files": "SBSwiftUICoponents/SBEmpty/*.swift",
106       "resources": "SBSwiftUICoponents/SBEmpty/Assets/*.*",
107       "dependencies": {
108         "EmptyDataSet-Swift": [
110         ],
111         "SBComponents/Base": [
113         ],
114         "SBComponents/HTTPState": [
116         ]
117       }
118     },
119     {
120       "name": "WebBrowser",
121       "source_files": "SBSwiftUICoponents/SBBrowser/*.swift",
122       "resources": "SBSwiftUICoponents/SBBrowser/Assets/*.*",
123       "frameworks": "WebKit",
124       "dependencies": {
125         "SBComponents/Kit": [
127         ],
128         "SBComponents/Base": [
130         ],
131         "SBComponents/SceneRouter": [
133         ]
134       }
135     },
136     {
137       "name": "Navigator",
138       "source_files": "SBSwiftUICoponents/SBNavigator/*.swift",
139       "dependencies": {
140         "SBComponents/Base": [
142         ],
143         "SBComponents/Macros": [
145         ]
146       }
147     },
148     {
149       "name": "AudioIndicator",
150       "source_files": "SBSwiftUICoponents/SBAudioIndicator/*.swift",
151       "dependencies": {
152         "SBComponents/Macros": [
154         ]
155       }
156     }
157   ]