blob: 3910b3541848c4c4933da920eeab7ca271ef9c58 [file] [log] [blame]
{
"name": "AzureIoTuMqtt",
"version": "1.0.0-pre-release-1.0.3",
"summary": "AzureIoTuMqtt preview library for CocoaPods.",
"description": "This is a preview CocoaPods \nrelease of the Azure C uMQTT library.",
"homepage": "https://github.com/azure/azure-umqtt-c",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Microsoft": ""
},
"source": {
"git": "https://github.com/Azure/azure-umqtt-c.git",
"tag": "2018-03-01-temp-pod1"
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"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",
"preserve_paths": "module.modulemap",
"source_files": [
"inc/**/*.h",
"src/*.c"
],
"header_mappings_dir": "inc/",
"public_header_files": "inc/**/*.h",
"xcconfig": {
"USE_HEADERMAP": "NO",
"HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/AzureIoTUtility/inc/\" \"${PODS_ROOT}/AzureIoTuMqtt/inc/\"",
"SWIFT_INCLUDE_PATHS": "\"${PODS_ROOT}/AzureIoTuMqtt/\"",
"ALWAYS_SEARCH_USER_PATHS": "NO"
},
"dependencies": {
"AzureIoTUtility": [
"1.0.0-pre-release-1.0.3"
]
}
}