[Add] TPNNendSDKAdapter 6.4.35
[CocoaPods.git] / Specs / 3 / 8 / 4 / AzureIoTHubClient / 1.3.6 / AzureIoTHubClient.podspec.json
blobacdaadad0166cf64d3f1c8a714e883bc91ce94e5
2   "name": "AzureIoTHubClient",
3   "version": "1.3.6",
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   },
17   "platforms": {
18     "ios": "8.0",
19     "osx": "10.10"
20   },
21   "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",
22   "preserve_paths": "inc/module.modulemap",
23   "module_map": "inc/module.modulemap",
24   "source_files": [
25     "inc/*.h",
26     "inc/internal/*.h",
27     "deps/parson/parson.c",
28     "iothub_client/src/*.c",
29     "serializer/src/*.c"
30   ],
31   "header_mappings_dir": "inc/",
32   "xcconfig": {
33     "USE_HEADERMAP": "NO",
34     "ALWAYS_SEARCH_USER_PATHS": "NO"
35   },
36   "dependencies": {
37     "AzureMacroUtils": [
38       "1.1.0"
39     ],
40     "AzureuMockC": [
41       "1.1.19c"
42     ],
43     "AzureIoTUtility": [
44       "1.1.12"
45     ],
46     "AzureIoTuAmqp": [
47       "1.2.12"
48     ],
49     "AzureIoTuMqtt": [
50       "1.1.12"
51     ]
52   }