[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / 0 / 9 / AzureIoTuAmqp / 1.10.0 / AzureIoTuAmqp.podspec.json
blob2050ccbf623578799bd4487108f139967c964ecb
2   "name": "AzureIoTuAmqp",
3   "version": "1.10.0",
4   "summary": "[Deprecated] AzureIoTuAmqp library for CocoaPods.",
5   "description": "This is a CocoaPods release of the Azure C uAMQP library.",
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-uamqp-c.git",
17     "commit": "b7bdf307a0db8840156d9f6e40f704c1d5924306"
18   },
19   "platforms": {
20     "ios": "9.0",
21     "osx": "10.10"
22   },
23   "prepare_command": "# Assemble the module.modulemap file\npushd inc > /dev/null\necho \"module AzureIoTuAmqp [system][extern_c] {\" > module.modulemap\nquote_thing='\"'\nfor filename in azure_uamqp_c/*.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   ],
30   "exclude_files": "src/socket_listener_win32.c",
31   "header_mappings_dir": "inc/",
32   "public_header_files": "inc/**/*.h",
33   "xcconfig": {
34     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1",
35     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
36     "USE_HEADERMAP": "NO",
37     "USER_HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/AzureIoTUtility/inc/\" \"${PODS_ROOT}/AzureIoTuAmqp/inc/\"",
38     "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/AzureIoTUtility/inc/\" \"${PODS_ROOT}/AzureIoTuAmqp/inc/\"",
39     "ALWAYS_SEARCH_USER_PATHS": "NO"
40   },
41   "dependencies": {
42     "AzureMacroUtils": [
43       "1.4.0"
44     ],
45     "AzureuMockC": [
46       "1.4.0"
47     ],
48     "AzureIoTUtility": [
49       "1.10.0"
50     ]
51   }