blob: aba6f455e6ed1e06a9298fedbdc51f75a9a441c3 [file] [log] [blame]
{
"name": "EasyJSWKWebView",
"version": "1.1.1",
"summary": "Catch Javascript events in iOS",
"description": "Add a JSInterface to your WKWebview just like in android. Catch Javascript events. Send data to javascript from iOS",
"homepage": "https://github.com/zkrige/EasyJSWKWebView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Zayin Krige": "zkrige@gmail.com"
},
"source": {
"git": "https://github.com/zkrige/EasyJSWKWebView.git",
"tag": "1.1.1"
},
"social_media_url": "https://twitter.com/zkrige",
"platforms": {
"ios": "8.0"
},
"source_files": "EasyJSWKWebView/Classes/**/*",
"public_header_files": "EasyJSWKWebView/Classes/**/*.h",
"frameworks": [
"UIKit",
"WebKit"
],
"resource_bundles": {
"EasyJSWKWebView": [
"EasyJSWKWebView/Assets/**/*.js"
]
}
}