[Add] AlibabacloudSlb20140515 1.0.5
[CocoaPods.git] / Specs / 1 / 4 / 0 / AzureIoTUtility / 1.10.0 / AzureIoTUtility.podspec.json
blobe2ab22365f663671dc0f4f7be14f4b08e36990ab
2   "name": "AzureIoTUtility",
3   "version": "1.10.0",
4   "summary": "[Deprecated] 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   "deprecated": true,
7   "homepage": "https://github.com/Azure/azure-iot-sdk-c/blob/master/doc/sdk_cocoapods.md",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Microsoft": ""
14   },
15   "source": {
16     "git": "https://github.com/Azure/azure-c-shared-utility.git",
17     "commit": "4f1b7cd6bf48833fe4b9e23e2ff07510753faee5"
18   },
19   "platforms": {
20     "ios": "9.0",
21     "osx": "10.10"
22   },
23   "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\npushd inc > /dev/null\necho \"module AzureIoTUtility [system][extern_c] {\" > module.modulemap\nquote_thing='\"'\nfor filename in azure_c_shared_utility/*.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",
24   "preserve_paths": "inc/module.modulemap",
25   "module_map": "inc/module.modulemap",
26   "source_files": [
27     "inc/**/*.h",
28     "src/*.c",
29     "pal/tlsio_options.c",
30     "pal/agenttime.c",
31     "pal/ios-osx/*.c",
32     "adapters/lock_pthreads.c",
33     "adapters/threadapi_pthreads.c",
34     "adapters/linux_time.c",
35     "adapters/tickcounter_linux.c",
36     "adapters/uniqueid_linux.c",
37     "adapters/httpapi_compact.c",
38     "adapters/threadapi_pthreads.c"
39   ],
40   "public_header_files": "inc/**/*.h",
41   "header_mappings_dir": "inc/",
42   "xcconfig": {
43     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1",
44     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
45     "USE_HEADERMAP": "NO",
46     "USER_HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/AzureIoTUtility/inc\"",
47     "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/AzureIoTUtility/inc/\"",
48     "ALWAYS_SEARCH_USER_PATHS": "NO"
49   },
50   "dependencies": {
51     "AzureMacroUtils": [
52       "1.4.0"
53     ],
54     "AzureuMockC": [
55       "1.4.0"
56     ]
57   }