[Add] RegulaCommonNightly 7.5.947
[CocoaPods.git] / Specs / 3 / 8 / 4 / AzureIoTHubClient / 1.10.0 / AzureIoTHubClient.podspec.json
blob700400a5153c3dae435c2a725d153c288b56c700
2   "name": "AzureIoTHubClient",
3   "version": "1.10.0",
4   "summary": "[Deprecated] Azure IoT Hub Client library for CocoaPods.",
5   "description": "This is a CocoaPods release of the Azure C IoT Hub Client.",
6   "deprecated": true,
7   "homepage": "https://github.com/Azure/azure-iot-sdk-c/blob/master/doc/sdk_cocoapods.md",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Microsoft": ""
14   },
15   "source": {
16     "git": "https://github.com/Azure/azure-iot-sdk-c.git",
17     "commit": "ce6bf3b0ae3e121b6a32c5941d906fd7794389cf"
18   },
19   "platforms": {
20     "ios": "9.0",
21     "osx": "10.10"
22   },
23   "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",
24   "preserve_paths": "inc/module.modulemap",
25   "module_map": "inc/module.modulemap",
26   "source_files": [
27     "inc/*.h",
28     "inc/internal/*.h",
29     "deps/parson/parson.c",
30     "iothub_client/src/*.c",
31     "serializer/src/*.c"
32   ],
33   "header_mappings_dir": "inc/",
34   "public_header_files": "inc/*.h",
35   "xcconfig": {
36     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1",
37     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
38     "USE_HEADERMAP": "NO",
39     "USER_HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/AzureIoTHubClient/inc/\" \"${PODS_ROOT}/AzureIoTUtility/inc/\" \"${PODS_ROOT}/AzureIoTuMqtt/inc/\" \"${PODS_ROOT}/AzureIoTuAmqp/inc/\"",
40     "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/AzureIoTHubClient/inc/\" \"${PODS_ROOT}/AzureIoTUtility/inc/\" \"${PODS_ROOT}/AzureIoTuMqtt/inc/\" \"${PODS_ROOT}/AzureIoTuAmqp/inc/\"",
41     "ALWAYS_SEARCH_USER_PATHS": "NO"
42   },
43   "dependencies": {
44     "AzureMacroUtils": [
45       "1.4.0"
46     ],
47     "AzureuMockC": [
48       "1.4.0"
49     ],
50     "AzureIoTUtility": [
51       "1.10.0"
52     ],
53     "AzureIoTuAmqp": [
54       "1.10.0"
55     ],
56     "AzureIoTuMqtt": [
57       "1.10.0"
58     ]
59   }