blob: bc8c35b6da82ebf1311c72b2356c539099fe1814 [file] [log] [blame]
{
"name": "Marionette",
"version": "1.0.0-alpha.11",
"summary": "Swift library which provides a high-level API to control a WKWebView",
"description": "Marionette is a Swift library which provides a high-level API to control a WKWebView. The goal is to have the API closely mirror that of Puppeteer.",
"homepage": "https://github.com/LinusU/Marionette",
"license": "MIT",
"authors": {
"Linus Unnebäck": "linus@folkdatorn.se"
},
"swift_version": "4.0",
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/LinusU/Marionette.git",
"tag": "1.0.0-alpha.11"
},
"source_files": "Sources",
"dependencies": {
"LinusU_JSBridge": [
"1.0.0-alpha.15"
],
"PromiseKit": [
"~> 6.0"
],
"Signals": [
"~> 6.0"
]
}
}