[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 1 / 4 / 0 / AzureIoTUtility / 1.0.0-pre-release-1.0.1 / AzureIoTUtility.podspec.json
blob6f98a77b6af23becddf0d712daf6fe3353bb1fd8
2   "name": "AzureIoTUtility",
3   "version": "1.0.0-pre-release-1.0.1",
4   "summary": "AzureIoT C-Utility preview library for CocoaPods.",
5   "description": "This is a preview CocoaPods \nrelease 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/tree/ios-samples/build_all/ios/samples",
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": "2018-03-01-temp-pod-1"
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 -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\necho \"module AzureIoTUtility [system][extern_c] {\" > module.modulemap\nquote_thing='\"'\nfor filename in inc/azure_c_shared_utility/*.h; do\n    echo \"    header $quote_thing$filename$quote_thing\" >> module.modulemap\ndone\necho \"    export *\" >> module.modulemap\necho \"}\" >> module.modulemap\n# Done assembling module.modulemap file",
23   "source_files": [
24     "inc/**/*.h",
25     "src/*.c",
26     "pal/tlsio_options.c",
27     "pal/agenttime.c",
28     "pal/ios-osx/*.c",
29     "adapters/lock_pthreads.c",
30     "adapters/threadapi_pthreads.c",
31     "adapters/linux_time.c",
32     "adapters/tickcounter_linux.c",
33     "adapters/uniqueid_linux.c",
34     "adapters/httpapi_compact.c",
35     "adapters/threadapi_pthreads.c"
36   ],
37   "public_header_files": "inc/azure_c_shared_utility/*.h",
38   "header_mappings_dir": "inc/",
39   "xcconfig": {
40     "USE_HEADERMAP": "NO",
41     "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/AzureIoTUtility/inc/\" \"~/Documents/dev_pods/AzureIoTUtility/inc/\"",
42     "SWIFT_INCLUDE_PATHS": "\"${PODS_ROOT}/AzureIoTUtility/inc/\" \"~/Documents/dev_pods/AzureIoTUtility\"",
43     "ALWAYS_SEARCH_USER_PATHS": "NO"
44   }