[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 8 / b / 9 / MKMqttServerSDK / 0.0.6 / MKMqttServerSDK.podspec.json
blob0f511c834bdfa2ff20c21ed7bcfd53bc53933beb
2   "name": "MKMqttServerSDK",
3   "version": "0.0.6",
4   "summary": "SDK For MqttServer",
5   "description": "SDK for app connect mqtt server",
6   "homepage": "https://github.com/MokoLife/mokoLifeSDK-iOS",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "lovexiaoxia": "aadyx2007@163.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "frameworks": [
18     "UIKit",
19     "Foundation"
20   ],
21   "source": {
22     "git": "https://github.com/MokoLife/mokoLifeSDK-iOS.git",
23     "tag": "0.0.6"
24   },
25   "requires_arc": true,
26   "source_files": "SDK/MKSDKForMqttServer/*.{h,m}",
27   "dependencies": {
28     "MQTTClient": [
29       "~> 0.15.0"
30     ]
31   }