[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 3 / 8 / 4 / AzureIoTHubClient / 1.8.0-patch-1 / AzureIoTHubClient.podspec.json
blobd818daf1ece4ec7451b7eba1f668183b2705b883
2   "name": "AzureIoTHubClient",
3   "version": "1.8.0-patch-1",
4   "summary": "Azure IoT Hub Client library for CocoaPods.",
5   "description": "This is a CocoaPods release of the Azure C IoT Hub Client.",
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-iot-sdk-c.git",
16     "commit": "8755147a04b6842c43ed2f596f36503b5e77a188"
17   },
18   "platforms": {
19     "ios": "9.0",
20     "osx": "10.10"
21   },
22   "prepare_command": "# Keeping this script idempotent makes using it in a\n# development situation much easier.\ngit submodule update --init deps/parson\nrm -R inc > /dev/null 2>&1 || true\nmkdir -p inc\nmkdir -p inc/internal\ncp deps/parson/parson.h inc\ncp iothub_client/inc/internal/*.h inc/internal\ncp iothub_client/inc/*.h inc\ncp serializer/inc/*.h inc\n\n# Assemble the module.modulemap file\npushd inc > /dev/null\necho \"module AzureIoTHubClient [system][extern_c] {\" > module.modulemap\nquote_thing='\"'\nfor filename in *.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",
23   "preserve_paths": "inc/module.modulemap",
24   "module_map": "inc/module.modulemap",
25   "source_files": [
26     "inc/*.h",
27     "inc/internal/*.h",
28     "deps/parson/parson.c",
29     "iothub_client/src/*.c",
30     "serializer/src/*.c"
31   ],
32   "header_mappings_dir": "inc/",
33   "public_header_files": "inc/*.h",
34   "xcconfig": {
35     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1",
36     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
37     "USE_HEADERMAP": "NO",
38     "USER_HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/AzureIoTHubClient/inc/\" \"${PODS_ROOT}/AzureIoTUtility/inc/\" \"${PODS_ROOT}/AzureIoTuMqtt/inc/\" \"${PODS_ROOT}/AzureIoTuAmqp/inc/\"",
39     "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/AzureIoTHubClient/inc/\" \"${PODS_ROOT}/AzureIoTUtility/inc/\" \"${PODS_ROOT}/AzureIoTuMqtt/inc/\" \"${PODS_ROOT}/AzureIoTuAmqp/inc/\"",
40     "ALWAYS_SEARCH_USER_PATHS": "NO"
41   },
42   "dependencies": {
43     "AzureMacroUtils": [
44       "1.3.9-patch-3"
45     ],
46     "AzureuMockC": [
47       "1.3.9-patch-5"
48     ],
49     "AzureIoTUtility": [
50       "1.8.0-patch-1"
51     ],
52     "AzureIoTuAmqp": [
53       "1.8.0-patch-1"
54     ],
55     "AzureIoTuMqtt": [
56       "1.8.0-patch-1"
57     ]
58   }