[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 0 / 4 / d / RMQClientNC / 0.10.1 / RMQClientNC.podspec.json
blob81e779b537252ba7821faa6bc4bcde3279b02494
2   "name": "RMQClientNC",
3   "version": "0.10.1",
4   "summary": "RabbitMQ client with consumer recovery removed on channels",
5   "description": "RabbitMQ client for Objective-C and Swift. Developed and supported by the\nRabbitMQ team.",
6   "homepage": "https://github.com/tonyli508/rabbitmq-objc-client.git",
7   "license": "Mozilla Public License, Version 1.1 and Apache License, Version 2.0",
8   "authors": {
9     "RabbitMQ team": "info@rabbitmq.com"
10   },
11   "social_media_url": "https://twitter.com/tonyli508",
12   "platforms": {
13     "ios": "8.0"
14   },
15   "source": {
16     "git": "https://github.com/tonyli508/rabbitmq-objc-client.git",
17     "tag": "0.10.1"
18   },
19   "source_files": [
20     "RMQClientNC",
21     "RMQClient/**/*.*"
22   ],
23   "dependencies": {
24     "JKVValue": [
26     ],
27     "CocoaAsyncSocket": [
28       ">= 7.5.0"
29     ]
30   }