[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 2 / 9 / 6 / RMQClient / 0.7.1 / RMQClient.podspec.json
blobf1da27ea08a2a5030eb187733239d07eff810fde
2   "name": "RMQClient",
3   "version": "0.7.1",
4   "summary": "RabbitMQ client",
5   "description": "RabbitMQ client for iOS 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/rabbitmq",
12   "platforms": {
13     "ios": "8.0"
14   },
15   "source": {
16     "git": "https://github.com/rabbitmq/rabbitmq-objc-client.git",
17     "tag": "v0.7.1"
18   },
19   "source_files": [
20     "RMQClient",
21     "RMQClient/**/*.{h,m}"
22   ],
23   "dependencies": {
24     "JKVValue": [
26     ],
27     "CocoaAsyncSocket": [
28       "~> 7.4"
29     ]
30   }