[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / e / 8 / d / AzureIoTuMqtt / 1.1.12c / AzureIoTuMqtt.podspec.json
blobb998858b947beaf88c92832218ffd1c4591f28b7
2   "name": "AzureIoTuMqtt",
3   "version": "1.1.12c",
4   "summary": "AzureIoTuMqtt library for CocoaPods.",
5   "description": "This is a CocoaPods release of the Azure C uMQTT library.",
6   "homepage": "https://github.com/Azure/azure-iot-sdk-c/blob/master/doc/sdk_cocoapods.md",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Microsoft": ""
13   },
14   "source": {
15     "git": "https://github.com/Azure/azure-umqtt-c.git"
16   },
17   "platforms": {
18     "ios": "8.0",
19     "osx": "10.10"
20   },
21   "prepare_command": "# Assemble the module.modulemap file\npushd inc > /dev/null\necho \"module AzureIoTuMqtt [system][extern_c] {\" > module.modulemap\nquote_thing='\"'\nfor filename in azure_umqtt_c/*.h; do\n    echo \"    header $quote_thing$filename$quote_thing\" >> module.modulemap\ndone\necho \"    export *\" >> module.modulemap\necho \"}\" >> module.modulemap\npopd > /dev/null\n# Done assembling module.modulemap file",
22   "preserve_paths": "inc/module.modulemap",
23   "module_map": "inc/module.modulemap",
24   "source_files": [
25     "inc/**/*.h",
26     "src/*.c"
27   ],
28   "header_mappings_dir": "inc/",
29   "xcconfig": {
30     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1",
31     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
32     "USE_HEADERMAP": "NO",
33     "USER_HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/AzureIoTUtility/inc/\" \"${PODS_ROOT}/AzureIoTuMqtt/inc/\"",
34     "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/AzureIoTUtility/inc/\" \"${PODS_ROOT}/AzureIoTuMqtt/inc/\"",
35     "ALWAYS_SEARCH_USER_PATHS": "NO"
36   },
37   "dependencies": {
38     "AzureMacroUtils": [
39       "1.1.0"
40     ],
41     "AzureuMockC": [
42       "1.1.19c"
43     ],
44     "AzureIoTUtility": [
45       "1.1.12c"
46     ]
47   }