[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 1 / 4 / 0 / AzureIoTUtility / 0.0.0.1-pre-release.0.0.1 / AzureIoTUtility.podspec.json
blobd637f7f5598d5abb06d8e242f84ccf9dd00bdad5
2   "name": "AzureIoTUtility",
3   "version": "0.0.0.1-pre-release.0.0.1",
4   "summary": "Unfinished AzureIoT C-Utility preview library for CocoaPods.",
5   "description": "This is an unfinished (and non-functional) 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-c-shared-utility/build_all/ios",
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     "branch": "ios-pod"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "prepare_command": "cp pal/generic/refcount_os.h inc/azure_c_shared_utility\ncp adapters/linux_time.h inc\ncp pal/ios-osx/*.h inc/azure_c_shared_utility\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",
22   "source_files": [
23     "inc/**/*.h",
24     "src/*.c",
25     "pal/tlsio_options.c",
26     "pal/agenttime.c",
27     "pal/ios-osx/*.c",
28     "adapters/lock_pthreads.c",
29     "adapters/threadapi_pthreads.c",
30     "adapters/linux_time.c",
31     "adapters/tickcounter_linux.c",
32     "adapters/uniqueid_linux.c",
33     "adapters/httpapi_compact.c",
34     "adapters/threadapi_pthreads.c"
35   ],
36   "public_header_files": "inc/azure_c_shared_utility/*.h",
37   "header_mappings_dir": "inc/",
38   "xcconfig": {
39     "USE_HEADERMAP": "NO",
40     "HEADER_SEARCH_PATHS": "\"${SRCROOT}/AzureIoTUtility/inc/\"",
41     "ALWAYS_SEARCH_USER_PATHS": "NO"
42   }