blob: ce2b4375988f9a04f1012e1ffec931cff33b3c7a [file] [log] [blame]
{
"name": "RMQClient",
"version": "0.11.0-rc2",
"summary": "RabbitMQ client",
"description": "RabbitMQ client for Objective-C and Swift. Developed and supported by the\nRabbitMQ team.",
"homepage": "https://github.com/rabbitmq/rabbitmq-objc-client",
"license": {
"type": "ASL2",
"file": "LICENSE-APACHE2"
},
"authors": {
"RabbitMQ team": "rabbitmq-users@googlegroups.com"
},
"social_media_url": "https://twitter.com/rabbitmq",
"platforms": {
"ios": "11.0",
"osx": "10.11"
},
"source": {
"git": "https://github.com/rabbitmq/rabbitmq-objc-client.git",
"tag": "v0.11.0-rc2"
},
"source_files": [
"RMQClient",
"RMQClient/**/*.{h,m}"
],
"dependencies": {
"JKVValue": [
"~> 1.3"
],
"CocoaAsyncSocket": [
"~> 7.6"
]
},
"info_plist": {
"CFBundleIdentifier": "io.pivotal.RMQClient"
}
}