[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 2 / a / 6 / libzmq / 3.2.3 / libzmq.podspec.json
blobeaa2c8e3a730ab6d5ae74c9b2ea34d688772ad67
2   "name": "libzmq",
3   "version": "3.2.3",
4   "platforms": {
5     "osx": null
6   },
7   "summary": "Zero MQ, The Simplest Way to Connect Pieces, sockets on steroids.",
8   "authors": "iMatix",
9   "homepage": "zeromq.org",
10   "license": {
11     "type": "LGPL",
12     "file": "COPYING.LESSER"
13   },
14   "source": {
15     "git": "https://github.com/zeromq/zeromq3-x.git",
16     "tag": "v3.2.3"
17   },
18   "prepare_command": "         sh autogen.sh\n         ./configure\n         make\n",
19   "public_header_files": "include/*.h",
20   "xcconfig": {
21     "LIBRARY_SEARCH_PATHS": "$(PODS_ROOT)/zeromq/src/.libs"
22   },
23   "preserve_paths": [
24     "src/.libs/libzmq.a",
25     "include/*.h"
26   ],
27   "libraries": [
28     "zmq",
29     "stdc++"
30   ],
31   "requires_arc": false