blob: 9d2cc42f4ca369cbbf9c28ea3de634bfb748d936 [file] [log] [blame]
{
"name": "ALBridge",
"version": "1.1.0",
"summary": "ALBridge is a javascript bridge(JSBridge) for WKWebView on iOS.",
"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",
"homepage": "https://github.com/453jerry/ALBridge-iOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jerry Huang": ""
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/453jerry/ALBridge-iOS.git",
"tag": "1.1.0"
},
"source_files": "ALBridge/ALBridge/*.swift"
}