[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / d / 0 / 1 / SBUIComponents / 0.0.3 / SBUIComponents.podspec.json
blob6780b62ed987002b586bed5d28e8ed03a6b7a4e8
2   "name": "SBUIComponents",
3   "version": "0.0.3",
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.3"
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       "dependencies": {
64         "SBComponents/Base": [
66         ],
67         "DTCoreText": [
69         ],
70         "SDWebImage/Core": [
72         ]
73       }
74     },
75     {
76       "name": "Scenes",
77       "source_files": "SBSwiftUICoponents/SBScenes/*.swift",
78       "resources": "SBSwiftUICoponents/SBScenes/Assets/*.*",
79       "dependencies": {
80         "SBComponents/Kit": [
82         ],
83         "SDWebImage/Core": [
85         ],
86         "IQKeyboardManagerSwift": [
88         ]
89       }
90     },
91     {
92       "name": "Scan",
93       "source_files": "SBSwiftUICoponents/SBScan/*.swift",
94       "resources": "SBSwiftUICoponents/SBScan/Assets/*.*",
95       "frameworks": [
96         "CoreGraphics",
97         "AVFoundation"
98       ],
99       "dependencies": {
100         "SBComponents/Kit": [
102         ],
103         "SBComponents/SceneRouter": [
105         ]
106       }
107     },
108     {
109       "name": "Empty",
110       "source_files": "SBSwiftUICoponents/SBEmpty/*.swift",
111       "resources": "SBSwiftUICoponents/SBEmpty/Assets/*.*",
112       "dependencies": {
113         "EmptyDataSet-Swift": [
115         ],
116         "SBComponents/Base": [
118         ],
119         "SBComponents/HTTPState": [
121         ]
122       }
123     },
124     {
125       "name": "WebBrowser",
126       "source_files": "SBSwiftUICoponents/SBBrowser/*.swift",
127       "resources": "SBSwiftUICoponents/SBBrowser/Assets/*.*",
128       "frameworks": "WebKit",
129       "dependencies": {
130         "SBComponents/Kit": [
132         ],
133         "SBComponents/Base": [
135         ],
136         "SBComponents/SceneRouter": [
138         ]
139       }
140     },
141     {
142       "name": "Navigator",
143       "source_files": "SBSwiftUICoponents/SBNavigator/*.swift",
144       "dependencies": {
145         "SBComponents/Base": [
147         ],
148         "SBComponents/Macros": [
150         ]
151       }
152     },
153     {
154       "name": "AudioIndicator",
155       "source_files": "SBSwiftUICoponents/SBAudioIndicator/*.swift",
156       "dependencies": {
157         "SBComponents/Macros": [
159         ]
160       }
161     }
162   ]