[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / e / f / 6 / BasicServicesModule / 0.7.0 / BasicServicesModule.podspec.json
blob6286a3b2cc7cba7d94a791916cff5d551a33c2a8
2   "name": "BasicServicesModule",
3   "version": "0.7.0",
4   "summary": "Basic Services Module",
5   "homepage": "https://github.com/hezhipeng",
6   "license": "MIT",
7   "authors": {
8     "Frank": "hezhipeng1990@gmail.com"
9   },
10   "social_media_url": "https://www.weibo.com/2192654453",
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/hezhipeng/BasicServicesModule.git",
16     "tag": "0.7.0"
17   },
18   "swift_version": "4.2",
19   "source_files": "BasicServicesModule/*.h",
20   "dependencies": {
21     "SwifterSwift": [
22       "~> 4.6.0"
23     ]
24   },
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "BasicServicesModule/Core"
29     },
30     {
31       "name": "TabBarController",
32       "source_files": "BasicServicesModule/TabBarController/",
33       "dependencies": {
34         "RxSwift": [
35           "~> 4.3.1"
36         ],
37         "RxCocoa": [
38           "~> 4.3.1"
39         ]
40       }
41     },
42     {
43       "name": "Network",
44       "source_files": "BasicServicesModule/Network/",
45       "dependencies": {
46         "Moya/RxSwift": [
47           "~> 11.0.2"
48         ]
49       }
50     },
51     {
52       "name": "Navigation",
53       "source_files": "BasicServicesModule/Navigation/",
54       "resources": [
55         "BasicServicesModule/Resource/BasicServices.bundle"
56       ],
57       "dependencies": {
58         "BasicServicesModule/Core": [
60         ]
61       }
62     },
63     {
64       "name": "Indicator",
65       "source_files": "BasicServicesModule/Indicator/",
66       "dependencies": {
67         "FHUD": [
68           "~> 0.5.0"
69         ]
70       }
71     }
72   ]