[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 2 / 9 / 6 / RMQClient / 0.11.0-rc2 / RMQClient.podspec.json
blobce2b4375988f9a04f1012e1ffec931cff33b3c7a
2   "name": "RMQClient",
3   "version": "0.11.0-rc2",
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": {
8     "type": "ASL2",
9     "file": "LICENSE-APACHE2"
10   },
11   "authors": {
12     "RabbitMQ team": "rabbitmq-users@googlegroups.com"
13   },
14   "social_media_url": "https://twitter.com/rabbitmq",
15   "platforms": {
16     "ios": "11.0",
17     "osx": "10.11"
18   },
19   "source": {
20     "git": "https://github.com/rabbitmq/rabbitmq-objc-client.git",
21     "tag": "v0.11.0-rc2"
22   },
23   "source_files": [
24     "RMQClient",
25     "RMQClient/**/*.{h,m}"
26   ],
27   "dependencies": {
28     "JKVValue": [
29       "~> 1.3"
30     ],
31     "CocoaAsyncSocket": [
32       "~> 7.6"
33     ]
34   },
35   "info_plist": {
36     "CFBundleIdentifier": "io.pivotal.RMQClient"
37   }