blob: d2f551be66375d7b352402b0786d23accb8b323e [file] [log] [blame]
{
"name": "SwiftyZeroMQ",
"version": "1.0.25",
"summary": "ZeroMQ Swift Bindings for iOS, macOS, tvOS and watchOS.",
"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.",
"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.25"
},
"platforms": {
"ios": "9.0",
"osx": "10.11",
"tvos": "9.0",
"watchos": "2.0"
},
"libraries": "c++",
"source_files": "Sources/*.{h,swift}",
"ios": {
"vendored_libraries": "Libraries/libzmq-ios.a"
},
"osx": {
"vendored_libraries": "Libraries/libzmq-macos.a"
},
"tvos": {
"vendored_libraries": "Libraries/libzmq-tvos.a"
},
"watchos": {
"vendored_libraries": "Libraries/libzmq-watchos.a"
},
"preserve_paths": "Sources/*.{a,h}",
"pushed_with_swift_version": "3.0"
}