[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 4 / 3 / 7 / SwiftWebViewBridge / 0.1.2 / SwiftWebViewBridge.podspec.json
blob39eaacf70ee21f488ed9f9ded2e243217173021a
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.2",
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.2"
17   },
18   "frameworks": "UIKit",
19   "source_files": "SwiftWebViewBridge/*.{swift}",
20   "requires_arc": true