blob: de6d528c85f3dbaec70a0b6f476bba302cc82815 [file] [log] [blame]
{
"name": "nativebridge-ios",
"version": "0.1.0",
"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.0"
},
"module_name": "NativeBridge",
"platforms": {
"ios": "9.0"
},
"source_files": "nativebridge-ios/Classes/**/*",
"ios": {
"frameworks": "WebKit"
},
"pushed_with_swift_version": "4.0"
}