blob: 349b35c6adac635acc6a7c0871d7678b09d7f084 [file] [log] [blame]
{
"name": "RMQClient",
"version": "0.7",
"summary": "RabbitMQ client",
"description": "RabbitMQ client for iOS Objective-C and Swift. Developed and supported by the\nRabbitMQ team.",
"homepage": "https://github.com/rabbitmq/rabbitmq-objc-client",
"license": "Mozilla Public License, Version 1.1 and Apache License, Version 2.0",
"authors": {
"RabbitMQ team": "info@rabbitmq.com"
},
"social_media_url": "https://twitter.com/rabbitmq",
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/rabbitmq/rabbitmq-objc-client.git",
"tag": "v0.7"
},
"source_files": [
"RMQClient",
"RMQClient/**/*.{h,m}"
],
"dependencies": {
"JKVValue": [
],
"CocoaAsyncSocket": [
"~> 7.4"
]
}
}