[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / 2 / 9 / 6 / RMQClient / 0.8 / RMQClient.podspec.json
blobd82a74bb42a41db7fdff2c20847ff141bd8076d7
2   "name": "RMQClient",
3   "version": "0.8",
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.8"
18   },
19   "source_files": [
20     "RMQClient",
21     "RMQClient/**/*.{h,m}"
22   ],
23   "dependencies": {
24     "JKVValue": [
26     ],
27     "CocoaAsyncSocket": [
28       "~> 7.4"
29     ]
30   }