[Add] RogoCore 1.0.8.9
[CocoaPods.git] / Specs / 3 / 0 / 9 / MQTTClient / 0.6.7 / MQTTClient.podspec.json
blobe228809a4080bf444474ae45456311054f84e395
2   "name": "MQTTClient",
3   "version": "0.6.7",
4   "summary": "iOS, OSX and tvOS native ObjectiveC MQTT Client Framework",
5   "homepage": "https://github.com/ckrey/MQTT-Client-Framework",
6   "license": {
7     "type": "EPLv1",
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.6.7",
16     "submodules": true
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "6.1",
21     "osx": "10.10",
22     "tvos": "9.0"
23   },
24   "default_subspecs": "Core",
25   "compiler_flags": "-DLUMBERJACK",
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": [
30         "MQTTClient/MQTTClient",
31         "MQTTClient/MQTTClient/*.{h,m}"
32       ],
33       "dependencies": {
34         "CocoaLumberjack": [
36         ]
37       }
38     },
39     {
40       "name": "Websocket",
41       "platforms": {
42         "ios": "6.1",
43         "osx": "10.10"
44       },
45       "source_files": "MQTTClient/MQTTClient/MQTTWebsocketTransport/*.{h,m}",
46       "dependencies": {
47         "SocketRocket": [
49         ],
50         "MQTTClient/Core": [
52         ]
53       },
54       "requires_arc": true,
55       "libraries": "icucore"
56     }
57   ]