[Delete] NEMeetingKit_Special 4.9.6
[CocoaPods.git] / Specs / 1 / 4 / 0 / AzureIoTUtility / 1.8.0 / AzureIoTUtility.podspec.json
blob09326f802ede1ba703e18045c08c7933f29ab563
2   "name": "AzureIoTUtility",
3   "version": "1.8.0",
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\npushd inc > /dev/null\necho \"framework 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",
23   "preserve_paths": "inc/module.modulemap",
24   "module_map": "inc/module.modulemap",
25   "source_files": [
26     "inc/**/*.h",
27     "src/*.c",
28     "pal/tlsio_options.c",
29     "pal/agenttime.c",
30     "pal/ios-osx/*.c",
31     "adapters/lock_pthreads.c",
32     "adapters/threadapi_pthreads.c",
33     "adapters/linux_time.c",
34     "adapters/tickcounter_linux.c",
35     "adapters/uniqueid_linux.c",
36     "adapters/httpapi_compact.c",
37     "adapters/threadapi_pthreads.c"
38   ],
39   "public_header_files": "inc/**/*.h",
40   "header_mappings_dir": "inc/",
41   "xcconfig": {
42     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1",
43     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
44     "USE_HEADERMAP": "NO",
45     "USER_HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/AzureIoTUtility/inc\"",
46     "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/AzureIoTUtility/inc/\"",
47     "ALWAYS_SEARCH_USER_PATHS": "NO"
48   },
49   "dependencies": {
50     "AzureMacroUtils": [
51       "1.3.9-patch-2"
52     ],
53     "AzureuMockC": [
54       "1.3.9-patch-4"
55     ]
56   }