[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 1 / 4 / 0 / AzureIoTUtility / 1.8.0-beta-1 / AzureIoTUtility.podspec.json
blob90c8821e61080b30a4941ab18f66dee5387fa320
2   "name": "AzureIoTUtility",
3   "version": "1.8.0-beta-1",
4   "summary": "AzureIoT C-Utility library for CocoaPods.",
5   "description": "This is a CocoaPods release of the Azure C Shared Utility library,\nwhich is part of the Microsoft Azure IoT C SDK.",
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-c-shared-utility.git",
16     "commit": "74f8c809170b752c705cdc2551ed1b9743e45cde"
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.\ncp pal/generic/refcount_os.h inc/azure_c_shared_utility\ncp adapters/linux_time.h inc\ncp pal/ios-osx/*.h inc\nrm -f src/etwlogger_driver.c\nrm -f src/etwxlogging.c\nrm -f src/dns_resolver_ares.c\nrm -f src/tlsio_cy*.*\nrm -f src/logging_stacktrace.c\nrm -f src/gballoc.c\nrm -f src/gbnetwork.c\nrm -f adapters/tlsio_wolf*.*\nrm -f adapters/tlsio_bear*.*\nrm -f adapters/tlsio_openssl.c\nrm -f adapters/tlsio_schannel.c\nrm -f adapters/x509_schannel.c\nrm -f adapters/x509_openssl.c\nrm -f adapters/timer.c\nrm -f adapters/string_utils.c\nrm -f src/http_proxy_stub.c\n\nrm -R inc/azure_c_shared_utility/windowsce || true\nrm -f inc/azure_c_shared_utility/etwlogger.h\nrm -f inc/azure_c_shared_utility/etwlogger_driver.h\nrm -f inc/azure_c_shared_utility/logging_stacktrace.h\nrm -f inc/**/timer.h\nrm -f inc/**/string_utils.h\nrm -f inc/azure_c_shared_utility/stdint_ce6.h\nrm -f inc/azure_c_shared_utility/tlsio_cyclonessl_socket.h\nrm -f inc/azure_c_shared_utility/tlsio_mbedtls.h\nrm -f inc/azure_c_shared_utility/tlsio_openssl.h\nrm -f inc/azure_c_shared_utility/tlsio_schannel.h\nrm -f inc/azure_c_shared_utility/tlsio_wolfssl.h\nrm -f inc/azure_c_shared_utility/tlsio_bearssl.h\nrm -f inc/azure_c_shared_utility/x509_openssl.h\nrm -f inc/azure_c_shared_utility/x509_schannel.h\n\n\n# Assemble the module.modulemap file\n# pushd inc > /dev/null\n# echo \"framework module AzureIoTUtility [system][extern_c] {\" > module.modulemap\n# quote_thing='\"'\n# for filename in azure_c_shared_utility/*.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     "src/*.c",
30     "pal/tlsio_options.c",
31     "pal/agenttime.c",
32     "pal/ios-osx/*.c",
33     "adapters/lock_pthreads.c",
34     "adapters/threadapi_pthreads.c",
35     "adapters/linux_time.c",
36     "adapters/tickcounter_linux.c",
37     "adapters/uniqueid_linux.c",
38     "adapters/httpapi_compact.c",
39     "adapters/threadapi_pthreads.c"
40   ],
41   "public_header_files": "inc/**/*.h",
42   "header_mappings_dir": "inc/",
43   "xcconfig": {
44     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1",
45     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
46     "USE_HEADERMAP": "NO",
47     "USER_HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/AzureIoTUtility/inc\"",
48     "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/AzureIoTUtility/inc/\"",
49     "ALWAYS_SEARCH_USER_PATHS": "NO"
50   },
51   "dependencies": {
52     "AzureMacroUtils": [
53       "1.3.9-beta-1"
54     ],
55     "AzureuMockC": [
56       "1.3.9-beta-1"
57     ]
58   }