blob: 3a70b1f84f76575bdf5255fdeafd0e9a9f5dd615 [file] [log] [blame]
{
"name": "SwiftyZeroMQ",
"version": "1.0.6",
"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.6"
},
"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/*",
"xcconfig": {
"SWIFT_INCLUDE_PATH": "${PROJECT_ROOT)/CZeroMQ",
"ENABLE_BITCODE": "NO"
}
}
]
}