[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / f / 7 / d / SHBBase / 0.1.2 / SHBBase.podspec.json
blob3fb3a5c28a77acd342767192ed78ac20e9156a0d
2   "name": "SHBBase",
3   "version": "0.1.2",
4   "summary": "基础组件",
5   "description": "'刷宝科技 基础组件 包含一些基类、基础常用方法、Extensions等, 业务组件可以直接依赖此组件'",
6   "homepage": "http://172.16.10.111/CocoaPods/SHBBase.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Noah": "zengyuanchen@taojinjia.com"
13   },
14   "source": {
15     "git": "http://172.16.10.111/CocoaPods/SHBBase.git",
16     "tag": "0.1.2"
17   },
18   "social_media_url": "http://172.16.10.111/zengyuanchen/public_wiki",
19   "swift_versions": "5.0",
20   "platforms": {
21     "ios": "9.0"
22   },
23   "source_files": "SHBBase/Classes/**/*",
24   "resource_bundles": {
25     "SHBBase": [
26       "SHBBase/Assets/*.*"
27     ]
28   },
29   "frameworks": [
30     "Foundation",
31     "UIKit"
32   ],
33   "pod_target_xcconfig": {
34     "SWIFT_VERSION": "5.0"
35   },
36   "dependencies": {
37     "XCGLogger": [
38       "~> 7.0.0"
39     ],
40     "SwifterSwift": [
41       "~> 5.0.0"
42     ],
43     "FDFullscreenPopGesture": [
44       "~> 1.1"
45     ],
46     "SnapKit": [
47       "~> 4.2.0"
48     ],
49     "Toast-Swift": [
50       "~> 5.0.0"
51     ]
52   }