blob: 18a0d1b47f6b2cdaab4d2bb08546b8b80bd4cb5c [file] [log] [blame]
{
"name": "SwiftyZeroMQ",
"version": "1.0.18",
"summary": "ZeroMQ Swift Bindings for iOS.",
"description": "This library provides easy-to-use iOS Swift bindings for the ZeroMQ C++\nlibrary. It is written in Swift 3 and features a bundled stable iOS\nlibzmq library. It provides ZeroMQ's low-level API along with an\nobject-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.18"
},
"platforms": {
"ios": "9.0"
},
"libraries": "stdc++",
"source_files": "Sources/*.{h,swift}",
"vendored_libraries": "Sources/libzmq.a",
"preserve_paths": "Sources/*.{a,h}",
"pushed_with_swift_version": "3.0"
}