blob: 5c9646eb6914202ccbfb8514ec8387dd1e539ed8 [file] [log] [blame]
{
"name": "AzureIoTuAmqp",
"version": "1.0.0-pre-release-1.0.0",
"summary": "AzureIoTuAmqp preview library for CocoaPods.",
"description": "This is a preview CocoaPods \nrelease of the Azure C uAMQP library.",
"homepage": "https://github.com/azure/azure-uamqp-c",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Microsoft": ""
},
"source": {
"git": "https://github.com/Azure/azure-uamqp-c.git",
"branch": "pod"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"inc/**/*.h",
"src/*.c"
],
"exclude_files": "src/socket_listener_win32.c",
"header_mappings_dir": "inc/",
"public_header_files": "inc/**/*.h",
"xcconfig": {
"USE_HEADERMAP": "NO",
"HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/AzureIoTUtility/inc/\" \"${PODS_ROOT}/AzureIoTuAmqp/inc/\"",
"ALWAYS_SEARCH_USER_PATHS": "NO"
},
"dependencies": {
"AzureIoTUtility": [
"1.0.0-pre-release-1.0.0"
]
}
}