[Add] Dalila 1.0.35
[CocoaPods.git] / Specs / 3 / 8 / 4 / AzureIoTHubClient / 1.3.6-public-preview / AzureIoTHubClient.podspec.json
blob86ce7114fac5a9e3124793d74ead4dfd83e53edf
2   "name": "AzureIoTHubClient",
3   "version": "1.3.6-public-preview",
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     "branch": "2019-10-07"
17   },
18   "platforms": {
19     "ios": "8.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   "xcconfig": {
34     "USE_HEADERMAP": "NO",
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.12"
46     ],
47     "AzureIoTuAmqp": [
48       "1.2.12"
49     ],
50     "AzureIoTuMqtt": [
51       "1.1.12"
52     ]
53   }