blob: 6f0a648748b76e01f0d53d35fbeaf6a41e8a65f3 [file] [log] [blame]
{
"name": "WolfNIO",
"version": "0.2.2",
"summary": "NIO and concurrency tools (including futures) for iOS apps.",
"homepage": "https://github.com/wolfmcnally/WolfNIO",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Wolf McNally": "wolf@wolfmcnally.com"
},
"source": {
"git": "https://github.com/wolfmcnally/WolfNIO.git",
"tag": "0.2.2",
"submodules": true
},
"source_files": [
"Sources/WolfNIO/**/*",
"Sources/nio-kit/Sources/**/*"
],
"swift_versions": "5.0",
"platforms": {
"ios": "12.0",
"osx": "10.14",
"tvos": "12.0"
},
"module_name": "WolfNIO",
"dependencies": {
"SwiftNIO": [
"~> 2.0"
],
"SwiftNIOTransportServices": [
"~> 1.0"
]
}
}