[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 6 / 1 / a / OLRabbitMQ / 0.3.0 / OLRabbitMQ.podspec.json
blobdf8273c476c445ad6abcfe3e7b03ff6a73f0129a
2   "name": "OLRabbitMQ",
3   "version": "0.3.0",
4   "summary": "Objective-C wrapper for librabbitmq-c.",
5   "homepage": "https://github.com/7tomek/OLRabbitMQ",
6   "license": {
7     "type": "Apache License, Version 2.0",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Open-RnD": "info@open-rnd.pl"
12   },
13   "requires_arc": true,
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/7tomek/OLRabbitMQ.git",
19     "tag": "0.3.0"
20   },
21   "public_header_files": "OLRabbitMQ/*.h",
22   "source_files": "OLRabbitMQ/*.{h,m}",
23   "dependencies": {
24     "rabbitmqc": [
25       "0.6.8"
26     ]
27   }