blob: c0955c154b0e7f5d3dd1ada80023e7fe2cc5ac14 [file] [log] [blame]
{
"name": "JavaScriptKit",
"version": "1.0.0",
"summary": "JavaScriptCore replacement for WKWebView",
"description": "JavaScriptKit is a powerful replacement for JavaScriptCore to use with your WebKit web views. Generate and evaluate type-safe JavaScript expressions in WKWebView. Automatically encode and decode values, JSON objects and enumerations to and from JavaScript. Easily handle errors.",
"homepage": "https://github.com/alexaubry/JavaScriptKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alexis Aubry": "me@alexaubry.fr"
},
"social_media_url": "http://twitter.com/_alexaubry",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source": {
"git": "https://github.com/alexaubry/JavaScriptKit.git",
"tag": "1.0.0"
},
"source_files": "Sources/**/*.swift",
"resource_bundles": {
"JavaScriptKit": [
"Locales/**/*.lproj"
]
},
"frameworks": [
"Foundation",
"WebKit"
],
"dependencies": {
"Result": [
"~> 3.1"
]
},
"documentation_url": "https://alexaubry.github.io/JavaScriptKit",
"pushed_with_swift_version": "4.0"
}