[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 2 / a / 6 / libzmq / 4.0.4 / libzmq.podspec.json
bloba6fc6073d643fa4e162db833256d6a9b8fa15808
2   "name": "libzmq",
3   "version": "4.0.4",
4   "summary": "ZeroMQ is a high-performance asynchronous messaging library aimed at use in scalable distributed or concurrent applications.",
5   "description": "                    ØMQ (also known as ZeroMQ, 0MQ, or zmq) looks like an embeddable networking library but acts like a concurrency framework. It gives you sockets that carry atomic messages across various transports like in-process, inter-process, TCP, and multicast. You can connect sockets N-to-N with patterns like fan-out, pub-sub, task distribution, and request-reply. It's fast enough to be the fabric for clustered products. Its asynchronous I/O model gives you scalable multicore applications, built as asynchronous message-processing tasks. It has a score of language APIs and runs on most operating systems. ØMQ is from iMatix and is LGPLv3 open source.\n",
6   "homepage": "http://zeromq.org",
7   "license": {
8     "type": "LGPLv3",
9     "file": "COPYING"
10   },
11   "authors": {
12     "Martin Sustrik": "sustrik@250bpm.com",
13     "Mikko Koppanen": "mikko.koppanen@gmail.com"
14   },
15   "platforms": {
16     "ios": "6.0",
17     "osx": "10.7"
18   },
19   "source": {
20     "http": "https://github.com/zeromq/zeromq4-x/archive/v4.0.4.tar.gz"
21   },
22   "source_files": [
23     "src/*.{h,hpp,c,cc,cpp}",
24     "include/*.h"
25   ],
26   "public_header_files": "include/*.h",
27   "libraries": "stdc++",
28   "requires_arc": false,
29   "prepare_command": "        (\n            ./autogen.sh\n            ./configure --prefix=$PWD\n        ) | tee \"/tmp/$(basename $0).$$.tmp\"\n"