[Add] MoneyHashPayment 2.2.13
[CocoaPods.git] / Specs / 0 / 7 / d / MKBaseMQTTModule / 0.0.4 / MKBaseMQTTModule.podspec.json
blobe4a23d21058246d972ddf81bba74871b5e0e4f26
2   "name": "MKBaseMQTTModule",
3   "version": "0.0.4",
4   "summary": "A short description of MKBaseMQTTModule.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/MOKO-iOS-Base-Library/MKBaseMQTTModule",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "aadyx2007@163.com": "aadyx2007@163.com"
13   },
14   "source": {
15     "git": "https://github.com/MOKO-iOS-Base-Library/MKBaseMQTTModule.git",
16     "tag": "0.0.4"
17   },
18   "platforms": {
19     "ios": "12.0"
20   },
21   "subspecs": [
22     {
23       "name": "MQTT",
24       "source_files": "MKBaseMQTTModule/Classes/MQTT/**",
25       "dependencies": {
26         "MKBaseMQTTModule/MQTTClient": [
28         ]
29       }
30     },
31     {
32       "name": "MQTTClient",
33       "source_files": "MKBaseMQTTModule/Classes/MQTTClient/**"
34     },
35     {
36       "name": "NetworkManager",
37       "source_files": "MKBaseMQTTModule/Classes/NetworkManager/**",
38       "dependencies": {
39         "AFNetworking": [
41         ]
42       }
43     }
44   ]