[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 0 / 4 / d / RMQClientNC / 0.11.2 / RMQClientNC.podspec.json
blob1817a996e5496f4d094728bd622aadc594728df1
2   "name": "RMQClientNC",
3   "version": "0.11.2",
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/rabbitmq/rabbitmq-objc-client",
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     "osx": "10.11"
15   },
16   "source": {
17     "git": "https://github.com/tonyli508/rabbitmq-objc-client.git",
18     "tag": "0.11.2"
19   },
20   "source_files": [
21     "RMQClient",
22     "RMQClient/**/*.{h,m}",
23     "RMQClient/*.{h,m}"
24   ],
25   "dependencies": {
26     "JKVValue": [
28     ],
29     "CocoaAsyncSocket": [
30       "~> 7.5.0"
31     ]
32   }