[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 8 / c / 3 / WebViewBridge.Swift / 0.8 / WebViewBridge.Swift.podspec.json
bloba2e035a5c27cf647fb1e44227618352289d91456
2   "name": "WebViewBridge.Swift",
3   "version": "0.8",
4   "summary": "A bridge for WebView(UIWebView, WKWebView), using JavaScriptCore, handles messages between native(Swift) and js",
5   "description": "A bridge for WebView(UIWebView, WKWebView), using JavaScriptCore, handles messages between native(Swift) and js",
6   "homepage": "https://github.com/zhangbozhb/WebViewBridge.Swift",
7   "screenshots": "https://github.com/zhangbozhb/WebViewBridge.Swift/blob/master/screenshots_1.gif",
8   "license": {
9     "type": "MIT"
10   },
11   "authors": {
12     "travel": "zhangbozhb@gmail.com"
13   },
14   "social_media_url": "http://twitter.com/travel_zh",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/zhangbozhb/WebViewBridge.Swift.git",
20     "tag": "0.8"
21   },
22   "source_files": [
23     "Sources/*.swift",
24     "Sources/*.js"
25   ],
26   "exclude_files": "Sources/Exclude",
27   "pod_target_xcconfig": {
28     "SWIFT_VERSION": "2.3"
29   }