[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 4 / 3 / 7 / SwiftWebViewBridge / 0.3.0 / SwiftWebViewBridge.podspec.json
blobcde3fe05e033aadbf4b5b30af4292cd5e16e370a
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.3.0",
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.3.0"
17   },
18   "frameworks": "UIKit",
19   "source_files": "SwiftWebViewBridge/*.{swift}",
20   "requires_arc": true,
21   "pod_target_xcconfig": {
22     "SWIFT_VERSION": "3.0"
23   },
24   "pushed_with_swift_version": "3.0"