blob: df8273c476c445ad6abcfe3e7b03ff6a73f0129a [file] [log] [blame]
{
"name": "OLRabbitMQ",
"version": "0.3.0",
"summary": "Objective-C wrapper for librabbitmq-c.",
"homepage": "https://github.com/7tomek/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/7tomek/OLRabbitMQ.git",
"tag": "0.3.0"
},
"public_header_files": "OLRabbitMQ/*.h",
"source_files": "OLRabbitMQ/*.{h,m}",
"dependencies": {
"rabbitmqc": [
"0.6.8"
]
}
}