[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / f / 9 / MqttSwift / 0.0.3 / MqttSwift.podspec.json
blob73eda018163d1fc4ec8780a66391ebc03af7833f
2   "name": "MqttSwift",
3   "version": "0.0.3",
4   "summary": "mqtt write by swift. Contains connect manager and message send status.",
5   "description": "an swift native MQTT Framework http://mqtt.org.learn from ckrey.this guy's obj-c version used in boss zhipin.",
6   "homepage": "https://github.com/ymsheng/mqttswift",
7   "license": "MIT",
8   "authors": {
9     "yangmaosheng": "ymsheng@outlook.com"
10   },
11   "social_media_url": "http://ymsheng.github.io/",
12   "platforms": {
13     "ios": "8.0"
14   },
15   "source": {
16     "git": "https://github.com/ymsheng/mqttswift.git",
17     "tag": "0.0.3"
18   },
19   "source_files": "MNMqttSwift/MqttSwift/*.swift",
20   "exclude_files": "Classes/Exclude",
21   "frameworks": "Foundation"