blob: e37aab3e73c66a3ec58129ed6f4645fdb3ccdfa4 [file] [log] [blame]
{
"name": "WolfNIO",
"version": "0.2.1",
"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.1",
"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"
]
}
}