[Add] Harbor 3.0.0
[CocoaPods.git] / Specs / 6 / 1 / a / OLRabbitMQ / 0.0.2 / OLRabbitMQ.podspec.json
blob283062c1d0ed51141546c51c728b0e00d8c8e488
2   "name": "OLRabbitMQ",
3   "version": "0.0.2",
4   "summary": "Objective-C wrapper for librabbitmq-c.",
5   "homepage": "https://github.com/open-rnd/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/open-rnd/OLRabbitMQ.git",
19     "tag": "0.0.2"
20   },
21   "public_header_files": "OLRabbitMQ/*.h",
22   "source_files": "OLRabbitMQ/*.{h,m}",
23   "dependencies": {
24     "rabbitmqc": [
26     ]
27   }