[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / d / c / e / ALBridge / 1.2.0 / ALBridge.podspec.json
blobaa15902102ace5cab8f6b81512e4b7335a2481c7
2   "name": "ALBridge",
3   "version": "1.2.0",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Jerry Huang": ""
13   },
14   "swift_versions": "5.0",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/453jerry/ALBridge-iOS.git",
20     "tag": "1.2.0"
21   },
22   "source_files": "ALBridge/ALBridge/*.swift",
23   "swift_version": "5.0"