blob: d7c44cfa5ce0bbd8ddd188e975af6cbc45016bc6 [file] [log] [blame]
{
"name": "SwiftNIOMock",
"version": "0.0.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "A web server based on SwiftNIO designed to be used as a mock server in UI automation tests",
"homepage": "https://github.com/ilyapuchka/SwiftNIOMock",
"authors": "Ilya Puchka",
"source": {
"git": "https://github.com/ilyapuchka/SwiftNIOMock.git",
"tag": "0.0.1"
},
"module_name": "SwiftNIOMock",
"swift_version": "4.2",
"cocoapods_version": ">=1.1.0",
"platforms": {
"ios": "10.0",
"osx": "10.10",
"tvos": "10.0"
},
"source_files": "Sources/SwiftNIOMock/**/*.{swift}",
"dependencies": {
"SwiftNIO": [
"~> 1.11.0"
],
"SwiftNIOHTTP1": [
"~> 1.11.0"
]
}
}