blob: d1d4d5ab187efd5102e64a1bf26969b4720aa779 [file] [log] [blame]
{
"name": "RMQClient",
"version": "0.9.0",
"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": "8.0"
},
"source": {
"git": "https://github.com/rabbitmq/rabbitmq-objc-client.git",
"tag": "v0.9.0"
},
"source_files": [
"RMQClient",
"RMQClient/**/*.{h,m}"
],
"dependencies": {
"JKVValue": [
],
"CocoaAsyncSocket": [
"~> 7.4"
]
}
}