| { |
| "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" |
| ] |
| } |
| } |