[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / 0 / 9 / AzureIoTuAmqp / 1.0.0-pre-release-1.0.4 / AzureIoTuAmqp.podspec.json
blobdc43bae12b9c3c9c1a3f34cf7254403739b8543c
2   "name": "AzureIoTuAmqp",
3   "version": "1.0.0-pre-release-1.0.4",
4   "summary": "AzureIoTuAmqp preview library for CocoaPods.",
5   "description": "This is a preview CocoaPods \nrelease of the Azure C uAMQP library.",
6   "homepage": "https://github.com/azure/azure-uamqp-c",
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": "2018-03-07-temp-pod"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.10"
21   },
22   "prepare_command": "# Assemble the module.modulemap file\npushd inc\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\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     "SWIFT_INCLUDE_PATHS": "\"${PODS_ROOT}/AzureIoTuAmqp/\"",
36     "ALWAYS_SEARCH_USER_PATHS": "NO"
37   },
38   "dependencies": {
39     "AzureIoTUtility": [
40       "1.0.0-pre-release-1.0.4"
41     ]
42   }