[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 3 / 8 / 4 / AzureIoTHubClient / 1.8.0-beta-1 / AzureIoTHubClient.podspec.json
blob32816d9ba3dde1d56822c2328484d8257fe6f281
2   "name": "AzureIoTHubClient",
3   "version": "1.8.0-beta-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\n# pushd inc > /dev/null\n# echo \"framework module AzureIoTHubClient [system][extern_c] {\" > module.modulemap\n# quote_thing='\"'\n# for filename in *.h; do\n#     echo \"    header $quote_thing$filename$quote_thing\" >> module.modulemap\n# done\n# echo \"    export *\" >> module.modulemap\n# echo \"}\" >> module.modulemap\n# popd > /dev/null\n# # Done assembling module.modulemap file",
23   "preserve_paths": [
24     "inc/*",
25     "inc/**/*"
26   ],
27   "source_files": [
28     "inc/*.h",
29     "inc/internal/*.h",
30     "deps/parson/parson.c",
31     "iothub_client/src/*.c",
32     "serializer/src/*.c"
33   ],
34   "header_mappings_dir": "inc/",
35   "public_header_files": "inc/*.h",
36   "xcconfig": {
37     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1",
38     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
39     "USE_HEADERMAP": "NO",
40     "USER_HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/AzureIoTHubClient/inc/\" \"${PODS_ROOT}/AzureIoTUtility/inc/\" \"${PODS_ROOT}/AzureIoTuMqtt/inc/\" \"${PODS_ROOT}/AzureIoTuAmqp/inc/\"",
41     "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/AzureIoTHubClient/inc/\" \"${PODS_ROOT}/AzureIoTUtility/inc/\" \"${PODS_ROOT}/AzureIoTuMqtt/inc/\" \"${PODS_ROOT}/AzureIoTuAmqp/inc/\"",
42     "ALWAYS_SEARCH_USER_PATHS": "NO"
43   },
44   "dependencies": {
45     "AzureMacroUtils": [
46       "1.3.9-beta-1"
47     ],
48     "AzureuMockC": [
49       "1.3.9-beta-1"
50     ],
51     "AzureIoTUtility": [
52       "1.8.0-beta-1"
53     ],
54     "AzureIoTuAmqp": [
55       "1.8.0-beta-1"
56     ],
57     "AzureIoTuMqtt": [
58       "1.8.0-beta-1"
59     ]
60   }