2 "name": "AzureIoTuMqtt",
3 "version": "1.0.0-pre-release-1.0.1",
4 "summary": "AzureIoTuMqtt preview library for CocoaPods.",
5 "description": "This is a preview CocoaPods \nrelease of the Azure C uMQTT library.",
6 "homepage": "https://github.com/azure/azure-umqtt-c",
15 "git": "https://github.com/Azure/azure-umqtt-c.git",
22 "prepare_command": "# Assemble the module.modulemap file\necho \"module AzureIoTuMqtt [system][extern_c] {\" > module.modulemap\nquote_thing='\"'\nfor filename in inc/azure_umqtt_c/*.h; do\n echo \" header $quote_thing$filename$quote_thing\" >> module.modulemap\ndone\necho \" export *\" >> module.modulemap\necho \"}\" >> module.modulemap\n# Done assembling module.modulemap file",
23 "preserve_paths": "module.modulemap",
28 "header_mappings_dir": "inc/",
29 "public_header_files": "inc/**/*.h",
31 "USE_HEADERMAP": "NO",
32 "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/AzureIoTUtility/inc/\" \"${PODS_ROOT}/AzureIoTuMqtt/inc/\"",
33 "SWIFT_INCLUDE_PATHS": "\"${PODS_ROOT}/AzureIoTuMqtt/\"",
34 "ALWAYS_SEARCH_USER_PATHS": "NO"
38 "1.0.0-pre-release-1.0.3"