[Add] instrumentisto-libwebrtc-bin 131.0.6778.69
[CocoaPods.git] / Specs / b / 0 / 9 / AzureIoTuAmqp / 1.2.12a / AzureIoTuAmqp.podspec.json
blobb42658e608fead595ab10a55c3b7e1b877b0a276
2   "name": "AzureIoTuAmqp",
3   "version": "1.2.12a",
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   },
17   "platforms": {
18     "ios": "8.0",
19     "osx": "10.10"
20   },
21   "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",
22   "preserve_paths": "inc/module.modulemap",
23   "module_map": "inc/module.modulemap",
24   "source_files": [
25     "inc/**/*.h",
26     "src/*.c"
27   ],
28   "exclude_files": "src/socket_listener_win32.c",
29   "header_mappings_dir": "inc/",
30   "public_header_files": "inc/**/*.h",
31   "xcconfig": {
32     "USE_HEADERMAP": "NO",
33     "ALWAYS_SEARCH_USER_PATHS": "NO"
34   },
35   "dependencies": {
36     "AzureMacroUtils": [
37       "1.1.0"
38     ],
39     "AzureuMockC": [
40       "1.1.19c"
41     ],
42     "AzureIoTUtility": [
43       "1.1.12a"
44     ]
45   }