[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / e / f / 6 / BasicServicesModule / 1.1.1 / BasicServicesModule.podspec.json
blobd249367ba513c9c62a2f48b211835e563cdde959
2   "name": "BasicServicesModule",
3   "version": "1.1.1",
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.1.1"
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": [
29         "BasicServicesModule/Core",
30         "BasicServicesModule/Extension"
31       ]
32     },
33     {
34       "name": "TabBarController",
35       "source_files": "BasicServicesModule/TabBarController/"
36     },
37     {
38       "name": "Network",
39       "source_files": "BasicServicesModule/Network/",
40       "dependencies": {
41         "Moya/RxSwift": [
43         ],
44         "RxSwift": [
46         ],
47         "RxCocoa": [
49         ]
50       }
51     },
52     {
53       "name": "Navigation",
54       "source_files": "BasicServicesModule/Navigation/",
55       "resources": [
56         "BasicServicesModule/Resource/BasicServices.bundle"
57       ],
58       "dependencies": {
59         "BasicServicesModule/Core": [
61         ]
62       }
63     },
64     {
65       "name": "Indicator",
66       "source_files": "BasicServicesModule/Indicator/",
67       "dependencies": {
68         "FHUD": [
70         ]
71       }
72     }
73   ]