[Add] onesecondbefore-tracker 7.9.0
[CocoaPods.git] / Specs / 1 / 4 / 0 / AzureIoTUtility / 1.1.10 / AzureIoTUtility.podspec.json
blob68dd80386ad331fe6a088fa42a1f0b1fdb173500
2   "name": "AzureIoTUtility",
3   "version": "1.1.10",
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     "tag": "1.1.10"
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.\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/tlsio_cy*.*\nrm -f src/tlsio_wolf*.*\nrm -f src/tlsio_openssl.c\nrm -f src/tlsio_schannel.c\nrm -f src/x509_schannel.c\nrm -f src/x509_openssl.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/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/x509_openssl.h\nrm -f inc/azure_c_shared_utility/x509_schannel.h\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",
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/azure_c_shared_utility/*.h",
40   "header_mappings_dir": "inc/",
41   "xcconfig": {
42     "USE_HEADERMAP": "NO",
43     "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/AzureIoTUtility/inc/\"",
44     "ALWAYS_SEARCH_USER_PATHS": "NO"
45   }