[Add] MARSDK_EPSDK 5.4.1
[CocoaPods.git] / Specs / 8 / a / b / WKBridge / 0.2.2 / WKBridge.podspec.json
blobfdcb27e14b2c5a67a35f3feaa66ad0b62ee78982
2   "name": "WKBridge",
3   "version": "0.2.2",
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.2"
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"