[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / 0 / 9 / AzureIoTuAmqp / 1.2.10 / AzureIoTuAmqp.podspec.json
blob57d44b50956c269054b8e7af8769efb3a1061c7c
2   "name": "AzureIoTuAmqp",
3   "version": "1.2.10",
4   "summary": "AzureIoTuAmqp library for CocoaPods.",
5   "description": "This is a CocoaPods release of the Azure C uAMQP library.",
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-uamqp-c.git",
16     "tag": "1.2.10"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.10"
21   },
22   "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",
23   "preserve_paths": "inc/module.modulemap",
24   "module_map": "inc/module.modulemap",
25   "source_files": [
26     "inc/**/*.h",
27     "src/*.c"
28   ],
29   "exclude_files": "src/socket_listener_win32.c",
30   "header_mappings_dir": "inc/",
31   "public_header_files": "inc/**/*.h",
32   "xcconfig": {
33     "USE_HEADERMAP": "NO",
34     "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/AzureIoTUtility/inc/\" \"${PODS_ROOT}/AzureIoTuAmqp/inc/\"",
35     "ALWAYS_SEARCH_USER_PATHS": "NO"
36   },
37   "dependencies": {
38     "AzureIoTUtility": [
39       "1.1.10"
40     ]
41   }