2 "name": "AzureMacroUtils",
4 "summary": "AzureIoT Macro Utils library for CocoaPods.",
5 "description": "This is a CocoaPods release of the Azure uMock C library,\nwhich is part of the Microsoft Azure IoT C SDK.",
6 "homepage": "https://github.com/Azure/azure-iot-sdk-c/blob/master/doc/sdk_cocoapods.md",
15 "git": "https://github.com/Azure/azure-macro-utils-c.git"
21 "prepare_command": "# Assemble the module.modulemap file\npushd inc > /dev/null\necho \"module AzureMacroUtils [system][extern_c] {\" > module.modulemap\nquote_thing='\"'\nfor filename in azure_macro_utils/*.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 "public_header_files": "inc/**/*.h",
29 "header_mappings_dir": "inc/",
31 "USE_HEADERMAP": "NO",
32 "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/AzureMacroUtils/inc/\"",
33 "ALWAYS_SEARCH_USER_PATHS": "NO"