blob: c2fc228b63d49e1fef32dd255c1f9bedfc61876c [file] [log] [blame]
{
"name": "AzureIoTuMqtt",
"version": "1.0.0-pre-release-1.0.0",
"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",
"branch": "pod"
},
"platforms": {
"ios": "8.0"
},
"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/\"",
"ALWAYS_SEARCH_USER_PATHS": "NO"
},
"dependencies": {
"AzureIoTUtility": [
"1.0.0-pre-release-1.0.0"
]
}
}