[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 3 / 8 / 4 / AzureIoTHubClient / 1.2.3 / AzureIoTHubClient.podspec.json
blobc869fd20e647d07ce50ea4d1ed8afb2a7b8ac8c9
2   "name": "AzureIoTHubClient",
3   "version": "1.2.3",
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/iothub_client/samples/ios/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     "tag": "1.2.3"
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\ncp deps/parson/parson.h inc\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     "deps/parson/parson.c",
28     "iothub_client/src/*.c",
29     "serializer/src/*.c"
30   ],
31   "header_mappings_dir": "inc/",
32   "public_header_files": "inc/*.h",
33   "xcconfig": {
34     "USE_HEADERMAP": "NO",
35     "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/AzureIoTHubClient/inc/\" \"${PODS_ROOT}/AzureIoTUtility/inc/\" \"${PODS_ROOT}/AzureIoTuMqtt/inc/\" \"${PODS_ROOT}/AzureIoTuAmqp/inc/\"",
36     "ALWAYS_SEARCH_USER_PATHS": "NO"
37   },
38   "dependencies": {
39     "AzureIoTUtility": [
40       "1.1.3"
41     ],
42     "AzureIoTuAmqp": [
43       "1.2.3"
44     ],
45     "AzureIoTuMqtt": [
46       "1.1.3"
47     ]
48   }