blob: 5f69228b89fa5c9ba725c43f057a7c68a84a0f18 [file] [log] [blame]
{
"name": "SwiftyZeroMQ",
"version": "1.0.9",
"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.9"
},
"platforms": {
"ios": "10.0"
},
"libraries": "stdc++",
"subspecs": [
{
"name": "SwiftyZeroMQ",
"source_files": "SwiftyZeroMQ/*.swift",
"dependencies": {
"SwiftyZeroMQ/CZeroMQ": [
]
}
},
{
"name": "CZeroMQ",
"source_files": "CZeroMQ/*.h",
"vendored_libraries": "CZeroMQ/libzmq.a",
"preserve_paths": "CZeroMQ/*"
}
]
}