[Add] RogoCore 1.0.8.9
[CocoaPods.git] / Specs / 3 / 0 / 9 / MQTTClient / 0.3.7 / MQTTClient.podspec.json
blob1061d4d989023c6c626277aec3b2f633b67e5700
2   "name": "MQTTClient",
3   "version": "0.3.7",
4   "summary": "iOS, OSX and tvOS native ObjectiveC MQTT Framework",
5   "homepage": "https://github.com/ckrey/MQTT-Client-Framework",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Christoph Krey": "krey.christoph@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/ckrey/MQTT-Client-Framework.git",
15     "tag": "0.3.7"
16   },
17   "source_files": [
18     "MQTTClient/MQTTClient",
19     "MQTTClient/MQTTClient/**/*.{h,m}"
20   ],
21   "requires_arc": true,
22   "platforms": {
23     "ios": "6.1",
24     "osx": "10.10",
25     "tvos": "9.0"
26   }