[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / e / f / 6 / BasicServicesModule / 0.5.1 / BasicServicesModule.podspec.json
blobfa0110c528c6d1d6f910e6a3fda44a465d4761cc
2   "name": "BasicServicesModule",
3   "version": "0.5.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": "0.5.1"
17   },
18   "swift_version": "4.1",
19   "source_files": "BasicServicesModule/*.h",
20   "dependencies": {
21     "RxSwift": [
23     ],
24     "RxCocoa": [
26     ],
27     "SnapKit": [
29     ],
30     "CryptoSwift": [
31       "~> 0.8.3"
32     ],
33     "SwiftyAttributes": [
35     ],
36     "SwifterSwift": [
38     ],
39     "AppFolder": [
41     ]
42   },
43   "subspecs": [
44     {
45       "name": "Core",
46       "source_files": "BasicServicesModule/Core"
47     },
48     {
49       "name": "TabBarController",
50       "source_files": "BasicServicesModule/TabBarController/",
51       "dependencies": {
52         "RxSwift": [
54         ],
55         "RxCocoa": [
57         ]
58       }
59     },
60     {
61       "name": "Network",
62       "source_files": "BasicServicesModule/Network/",
63       "dependencies": {
64         "Moya/RxSwift": [
66         ]
67       }
68     },
69     {
70       "name": "Navigation",
71       "source_files": "BasicServicesModule/Navigation/",
72       "resources": [
73         "BasicServicesModule/Resource/BasicServices.bundle"
74       ],
75       "dependencies": {
76         "BasicServicesModule/Core": [
78         ]
79       }
80     },
81     {
82       "name": "Indicator",
83       "source_files": "BasicServicesModule/Indicator/",
84       "dependencies": {
85         "FHUD": [
87         ]
88       }
89     }
90   ]