[Add] TTSDK-iOS 2.0.2
[CocoaPods.git] / Specs / 8 / c / 3 / WebViewBridge.Swift / 2.5 / WebViewBridge.Swift.podspec.json
blob6b03e6e405c0442be615bb27640725ea702589a1
2   "name": "WebViewBridge.Swift",
3   "version": "2.5",
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   "swift_version": "5",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "source": {
20     "git": "https://github.com/zhangbozhb/WebViewBridge.Swift.git",
21     "tag": "2.5"
22   },
23   "source_files": [
24     "WebViewBridge.Swift/Classes/*.swift",
25     "WebViewBridge.Swift/Classes/*.js"
26   ]