2 "name": "AzureMacroUtils",
4 "summary": "[Deprecated] AzureIoT Macro Utils library for CocoaPods.",
5 "description": "This is a CocoaPods release of the Azure Macro Utils C library,\nwhich is part of the Microsoft Azure IoT C SDK.",
7 "homepage": "https://github.com/Azure/azure-iot-sdk-c/blob/master/doc/sdk_cocoapods.md",
16 "git": "https://github.com/Azure/azure-macro-utils-c.git",
17 "commit": "5926caf4e42e98e730e6d03395788205649a3ada"
23 "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",
24 "preserve_paths": "inc/module.modulemap",
25 "module_map": "inc/module.modulemap",
26 "public_header_files": "inc/**/*.h",
31 "header_mappings_dir": "inc/",
33 "USE_HEADERMAP": "NO",
34 "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/AzureMacroUtils/inc/\"",
35 "ALWAYS_SEARCH_USER_PATHS": "NO"