[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 4 / 3 / 7 / SwiftWebViewBridge / 0.1.3 / SwiftWebViewBridge.podspec.json
blob75f2ef8653c5a4c36d6b21c53a90cd775db45f5d
2   "name": "SwiftWebViewBridge",
3   "platforms": {
4     "ios": "8.0"
5   },
6   "summary": "A bridge to send messages between Swift and JS in UIWebViews",
7   "description": "Swift version of WebViewJavascriptBridge with more simplified, friendly methods to send messages between Swift and JS in UIWebViews",
8   "version": "0.1.3",
9   "license": "MIT",
10   "authors": {
11     "Shawn Foo": "fu4904@gmail.com"
12   },
13   "homepage": "https://github.com/ShawnFoo/SwiftWebViewBridge",
14   "source": {
15     "git": "https://github.com/ShawnFoo/SwiftWebViewBridge.git",
16     "tag": "0.1.3"
17   },
18   "frameworks": "UIKit",
19   "source_files": "SwiftWebViewBridge/*.{swift}",
20   "requires_arc": true