[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / 8 / a / f / JBCore / 0.0.3 / JBCore.podspec.json
blobe9f16be6b11a529512552029107aaa19045f9b34
2   "name": "JBCore",
3   "version": "0.0.3",
4   "summary": "一个简单的swift核心库",
5   "pod_target_xcconfig": {
6     "PRODUCT_BUNDLE_IDENTIFIER": "com.base.core"
7   },
8   "description": "一个简单的swift核心库,包含一些简单的工具和基础组件",
9   "homepage": "https://gitee.com/jbxb",
10   "license": "MIT",
11   "authors": {
12     "xuejingbo": "2062964913@qq.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://gitee.com/jbxb/jbcore.git",
19     "tag": "0.0.3"
20   },
21   "swift_versions": "5.0",
22   "subspecs": [
23     {
24       "name": "Base",
25       "source_files": "Core/Base/*.swift",
26       "dependencies": {
27         "SnapKit": [
29         ],
30         "MJRefresh": [
32         ],
33         "IQKeyboardManagerSwift": [
35         ],
36         "RxSwift": [
38         ],
39         "RxCocoa": [
41         ],
42         "CryptoSwift": [
44         ],
45         "FormatterInputView": [
47         ],
48         "Kingfisher": [
50         ],
51         "JXSegmentedView": [
53         ],
54         "EmptyDataSet-Swift": [
56         ],
57         "YYText": [
59         ]
60       }
61     },
62     {
63       "name": "Router",
64       "source_files": "Core/Router/*.swift",
65       "dependencies": {
66         "URLNavigator": [
68         ],
69         "RxSwift": [
71         ],
72         "R.swift": [
74         ]
75       }
76     },
77     {
78       "name": "HUD",
79       "source_files": "Core/HUD/*.swift",
80       "dependencies": {
81         "JBCore/Base": [
83         ],
84         "MBProgressHUD": [
86         ]
87       }
88     },
89     {
90       "name": "RxExt",
91       "source_files": "Core/RxExt/*.swift",
92       "dependencies": {
93         "JBCore/HUD": [
95         ],
96         "RxSwift": [
98         ],
99         "RxCocoa": [
101         ]
102       }
103     },
104     {
105       "name": "Intrinsic",
106       "source_files": "Core/Intrinsic/*.swift"
107     },
108     {
109       "name": "Keyboard",
110       "source_files": "Core/Keyboard/*.swift",
111       "dependencies": {
112         "IQKeyboardManagerSwift": [
114         ]
115       }
116     }
117   ],
118   "swift_version": "5.0"