[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / e / d / 0 / SwiftyZeroMQ5 / 1.2.1 / SwiftyZeroMQ5.podspec.json
blobf09d2123e0500290c13e0706c6cb2addf0a67f01
2   "name": "SwiftyZeroMQ5",
3   "version": "1.2.1",
4   "summary": "ZeroMQ Swift 5 Bindings for iOS, macOS, tvOS and watchOS.",
5   "description": "This library provides easy-to-use iOS, macOS, tvOS and watchOS Swift\nbindings for the ZeroMQ C++ library. It is written in Swift 3 and features a\nbundled stable libzmq library. It provides ZeroMQ's low-level API along with\nan object-oriented API.",
6   "homepage": "https://github.com/olehs/SwiftyZeroMQ5",
7   "license": "MIT",
8   "authors": {
9     "Ahmad M. Zawawi": "ahmad.zawawi@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/olehs/SwiftyZeroMQ5.git",
13     "tag": "1.2.1"
14   },
15   "platforms": {
16     "ios": "9.0",
17     "osx": "10.11",
18     "tvos": "9.0",
19     "watchos": "2.0"
20   },
21   "swift_versions": "5",
22   "libraries": "c++",
23   "source_files": "Sources/*.{h,swift}",
24   "ios": {
25     "vendored_libraries": "Libraries/libzmq-ios.a"
26   },
27   "osx": {
28     "vendored_libraries": "Libraries/libzmq-macos.a"
29   },
30   "tvos": {
31     "vendored_libraries": "Libraries/libzmq-tvos.a"
32   },
33   "watchos": {
34     "vendored_libraries": "Libraries/libzmq-watchos.a"
35   },
36   "preserve_paths": "Sources/*.{a,h}",
37   "swift_version": "5"