4 "summary": "ALBridge is a javascript bridge(JSBridge) for WKWebView on iOS.",
5 "description": "- JS Action\n JS Action is called by java script post message. The result of java script action is returned through asynchronous callbacks\n- Native event dispatch\n Native event is distributed to the window object and in java script code it can be subscribed to by window.addEventListener(event, handler)\n- Whit list\n Only sites on the white list can use java script bridge",
6 "homepage": "https://github.com/453jerry/ALBridge-iOS",
14 "swift_versions": "5.0",
19 "git": "https://github.com/453jerry/ALBridge-iOS.git",
22 "source_files": "ALBridge/ALBridge/*.swift",
23 "swift_version": "5.0"