[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 2 / 9 / 6 / RMQClient / 0.11.0-rc1 / RMQClient.podspec.json
blobd22d4845d97e6f3fa9002a661bd800187dcdbdf6
2   "name": "RMQClient",
3   "version": "0.11.0-rc1",
4   "summary": "RabbitMQ client",
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": "rabbitmq-users@googlegroups.com"
10   },
11   "social_media_url": "https://twitter.com/rabbitmq",
12   "platforms": {
13     "ios": "10.0",
14     "osx": "10.11"
15   },
16   "source": {
17     "git": "https://github.com/rabbitmq/rabbitmq-objc-client.git",
18     "tag": "v0.11.0-rc1"
19   },
20   "source_files": [
21     "RMQClient",
22     "RMQClient/**/*.{h,m}"
23   ],
24   "dependencies": {
25     "JKVValue": [
26       "~> 1.3.3"
27     ],
28     "CocoaAsyncSocket": [
29       "~> 7.6.3"
30     ]
31   }