[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / e / f / 6 / BasicServicesModule / 1.0.0 / BasicServicesModule.podspec.json
blob8707257bb9937bfb8484ae26c67662e3be348f18
2   "name": "BasicServicesModule",
3   "version": "1.0.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": "1.0.0"
17   },
18   "swift_version": "5",
19   "source_files": "BasicServicesModule/*.h",
20   "dependencies": {
21     "SwifterSwift": [
23     ]
24   },
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "BasicServicesModule/Core"
29     },
30     {
31       "name": "TabBarController",
32       "source_files": "BasicServicesModule/TabBarController/"
33     },
34     {
35       "name": "Network",
36       "source_files": "BasicServicesModule/Network/",
37       "dependencies": {
38         "Moya/RxSwift": [
40         ],
41         "RxSwift": [
43         ],
44         "RxCocoa": [
46         ]
47       }
48     },
49     {
50       "name": "Navigation",
51       "source_files": "BasicServicesModule/Navigation/",
52       "resources": [
53         "BasicServicesModule/Resource/BasicServices.bundle"
54       ],
55       "dependencies": {
56         "BasicServicesModule/Core": [
58         ]
59       }
60     },
61     {
62       "name": "Indicator",
63       "source_files": "BasicServicesModule/Indicator/",
64       "dependencies": {
65         "FHUD": [
67         ]
68       }
69     }
70   ]