blob: c158311f3374bf06b0ef6dcf5d114a8da6f87071 [file] [log] [blame]
{
"name": "OLRabbitMQ",
"version": "0.0.3",
"summary": "Objective-C wrapper for librabbitmq-c.",
"homepage": "https://github.com/open-rnd/OLRabbitMQ",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Open-RnD": "info@open-rnd.pl"
},
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/open-rnd/OLRabbitMQ.git",
"tag": "0.0.3"
},
"public_header_files": "OLRabbitMQ/*.h",
"source_files": "OLRabbitMQ/*.{h,m}",
"dependencies": {
"rabbitmqc": [
]
}
}