[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 8 / a / b / WKBridge / 0.2.3 / WKBridge.podspec.json
blob3e1ee4d87ced9f9afc433780c2bbeb371d144f3c
2   "name": "WKBridge",
3   "version": "0.2.3",
4   "summary": "Bridge for WKWebView and JavaScript",
5   "description": "`WKScriptMessageHandler` greatly simplifies the message handler from javascript running in a webpage. WKScript provides a more efficiently way for both sending and receiving messages through `WKScriptMessageHandler`.",
6   "homepage": "https://github.com/lovesunstar/WKBridge",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "lovesunstar": "lovesunstar@sina.com"
13   },
14   "source": {
15     "git": "https://github.com/lovesunstar/WKBridge.git",
16     "tag": "0.2.3"
17   },
18   "social_media_url": "https://twitter.com/_lovesunstar",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "WKBridge/Classes/**/*",
23   "resource_bundles": {
24     "WKBridge": [
25       "WKBridge/Assets/*.js"
26     ]
27   },
28   "frameworks": [
29     "UIKit",
30     "WebKit"
31   ],
32   "pushed_with_swift_version": "3.0"