[Add] ZJSDK 2.5.8.10
[CocoaPods.git] / Specs / 2 / a / 6 / libzmq / 3.3.0-alpha1 / libzmq.podspec.json
bloba5a998bf3e33c9c97369e9334bd3d1225f25baee
2   "name": "libzmq",
3   "version": "3.3.0-alpha1",
4   "summary": "The Simplest Way to Connect Pieces.",
5   "description": "*  The socket library that acts as a concurrency framework.\n*  Carries messages across inproc, IPC, TCP, and multicast.\n*  Connect N-to-N via fanout, pubsub, pipeline, request-reply.\n*  Asynch I/O for scalable multicore message-passing apps.\n*  Large and active open source community.\n*  40+ languages including C, C++, Java, .NET, Python.\n*  Most OSes including Linux, Windows, OS X.\n*  Free software with full commercial support.\n",
6   "homepage": "http://zeromq.org/",
7   "license": {
8     "type": "LGPL",
9     "file": "COPYING"
10   },
11   "authors": [
12     "iMatix Corporation",
13     "Contributors"
14   ],
15   "platforms": {
16     "ios": "5.0",
17     "osx": "10.7"
18   },
19   "source": {
20     "git": "https://github.com/phere/libzmq-pod.git",
21     "tag": "pod-3.3.0-alpha1"
22   },
23   "source_files": [
24     "src/*.{cpp,hpp}",
25     "include/*.h"
26   ],
27   "public_header_files": "include/*.h",
28   "requires_arc": false