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",
15 "git": "https://github.com/Azure/azure-uamqp-c.git",
16 "tag": "2018-03-07-temp-pod"
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",
29 "exclude_files": "src/socket_listener_win32.c",
30 "header_mappings_dir": "inc/",
31 "public_header_files": "inc/**/*.h",
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"
40 "1.0.0-pre-release-1.0.4"