blob: 88144849eea41d07fb663b008343bcd752d87d8a [file] [log] [blame]
{
"name": "AzureIoTuAmqp",
"version": "1.0.0-pre-release-1.0.5",
"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",
"tag": "2018-03-07-temp-pod"
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"prepare_command": "# Assemble the module.modulemap file\npushd inc\necho \"module AzureIoTuAmqp [system][extern_c] {\" > module.modulemap\nquote_thing='\"'\nfor filename in azure_uamqp_c/*.h; do\n echo \" header $quote_thing$filename$quote_thing\" >> module.modulemap\ndone\necho \" export *\" >> module.modulemap\necho \"}\" >> module.modulemap\npopd\n# Done assembling module.modulemap file",
"preserve_paths": "inc/module.modulemap",
"module_map": "inc/module.modulemap",
"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/\"",
"SWIFT_INCLUDE_PATHS": "\"${PODS_ROOT}/AzureIoTuAmqp/\"",
"ALWAYS_SEARCH_USER_PATHS": "NO"
},
"dependencies": {
"AzureIoTUtility": [
"1.0.0-pre-release-1.0.5"
]
}
}