blob: aa5cba0ee828f8fc3f023d03df4144312c6da22c [file] [log] [blame]
{
"name": "SwiftyZeroMQ",
"version": "1.0.16",
"summary": "ZeroMQ Swift Bindings for iOS.",
"description": "This project provides iOS Swift bindings for the ZeroMQ\nC library.",
"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.16"
},
"platforms": {
"ios": "9.0"
},
"libraries": "stdc++",
"source_files": "SwiftyZeroMQ/*.{h,swift}",
"vendored_libraries": "SwiftyZeroMQ/libzmq.a",
"preserve_paths": "SwiftyZeroMQ/*.{a,h}",
"pushed_with_swift_version": "3.0"
}