[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 4 / 3 / 7 / SwiftWebViewBridge / 0.2.1 / SwiftWebViewBridge.podspec.json
blobccbd831c0ef7d04d447ca77db929b9ae2aa127fc
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.2.1",
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.2.1"
17   },
18   "frameworks": "UIKit",
19   "source_files": "SwiftWebViewBridge/*.{swift}",
20   "requires_arc": true,
21   "pod_target_xcconfig": {
22     "SWIFT_VERSION": "3.0"
23   }