blob: cf08fe06f5f3cef53ced0189a668ce515f2889be [file] [log] [blame]
{
"name": "SwiftyZeroMQ",
"version": "1.0.20",
"summary": "ZeroMQ Swift Bindings for iOS.",
"description": "This library provides easy-to-use iOSiOS, 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.",
"homepage": "https://github.com/azawawi/SwiftyZeroMQ",
"license": "MIT",
"authors": {
"Ahmad M. Zawawi": "ahmad.zawawi@gmail.com"
},
"source": {
"git": "https://github.com/azawawi/SwiftyZeroMQ.git",
"tag": "1.0.20"
},
"platforms": {
"ios": "9.0",
"osx": "10.11",
"tvos": "9.0",
"watchos": "2.0"
},
"libraries": "stdc++",
"source_files": "Sources/*.{h,swift}",
"vendored_libraries": "Sources/libzmq-{ios,macos,tvos,watchos}.a",
"preserve_paths": "Sources/*.{a,h}",
"pushed_with_swift_version": "3.0"
}