| { |
| "name": "WolfNIO", |
| "version": "0.2.0", |
| "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.0", |
| "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" |
| ] |
| } |
| } |