blob: 281d7e57b4c0338df0fc1cd3f14cbfd62912f7fa [file] [log] [blame]
{
"name": "nativebridge-ios",
"version": "0.1.1",
"summary": "The native part of a communication bridge between javascript running in a WKWebView and your app.",
"description": "When used together with its javascript counterpart, 'nativebridge', this framework enables communication between\nyour app and the javascript hosted in a WKWebView.",
"homepage": "https://github.com/nrkno/nativebridge-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"NRK Medieutvikling": "mobil-tilbakemelding@nrk.no"
},
"source": {
"git": "https://github.com/nrkno/nativebridge-ios.git",
"tag": "0.1.1"
},
"module_name": "NativeBridge",
"platforms": {
"ios": "9.0"
},
"source_files": "nativebridge-ios/Classes/**/*",
"ios": {
"frameworks": "WebKit"
}
}