[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / d / c / e / ALBridge / 1.1.0 / ALBridge.podspec.json
blob9d2cc42f4ca369cbbf9c28ea3de634bfb748d936
2   "name": "ALBridge",
3   "version": "1.1.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   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/453jerry/ALBridge-iOS.git",
19     "tag": "1.1.0"
20   },
21   "source_files": "ALBridge/ALBridge/*.swift"