[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / d / 7 / Mosquitto / 1.4.8 / Mosquitto.podspec.json
blob003fbfd9eb99905eee93d94c4b83054b51097f18
2   "name": "Mosquitto",
3   "version": "1.4.8",
4   "summary": "Eclipse Mosquitto is an open source implementation of a server for version 3.1 and 3.1.1 of the MQTT protocol.",
5   "description": "Eclipse Mosquitto is an open source implementation of a server for version 3.1 and 3.1.1 of the MQTT protocol.",
6   "homepage": "https://github.com/eclipse/mosquitto",
7   "license": "This project is dual licensed under the Eclipse Public License 1.0 and the Eclipse Distribution License 1.0 as described in the epl-v10 and edl-v10 files.",
8   "authors": {
9     "Eclipse Foundation": "emo@eclipse.org"
10   },
11   "source": {
12     "git": "https://github.com/eclipse/mosquitto.git",
13     "tag": "v1.4.8"
14   },
15   "platforms": {
16     "ios": "6.0"
17   },
18   "xcconfig": {
19     "HEADER_SEARCH_PATHS": "${PODS_ROOT}/**",
20     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
21     "GCC_PREPROCESSOR_DEFINITIONS": "WITH_THREADING=1"
22   },
23   "source_files": [
24     "lib/*.{c,h}",
25     "*.h"
26   ],
27   "subspecs": [
28     {
29       "name": "WithoutTLS",
30       "source_files": [
31         "lib/*.{c,h}",
32         "*.h"
33       ]
34     },
35     {
36       "name": "TLS",
37       "xcconfig": {
38         "GCC_PREPROCESSOR_DEFINITIONS": "WITH_TLS=1"
39       },
40       "source_files": [
41         "lib/*.{c,h}",
42         "*.h"
43       ],
44       "dependencies": {
45         "OpenSSL-Universal": [
46           "~> 1.0.1.19"
47         ]
48       }
49     }
50   ]