Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xiongxiong/SwiftJSBridge

A easy-to-use ios bridge for sending messages between WKWebView (Swift) & WebKit (Javascript).
https://github.com/xiongxiong/SwiftJSBridge

Last synced: about 2 months ago
JSON representation

A easy-to-use ios bridge for sending messages between WKWebView (Swift) & WebKit (Javascript).

Awesome Lists containing this project

README

        

# SwiftJSBridge

[![CI Status](http://img.shields.io/travis/xiongxiong/SwiftJSBridge.svg?style=flat)](https://travis-ci.org/xiongxiong/SwiftJSBridge)
[![Version](https://img.shields.io/cocoapods/v/SwiftJSBridge.svg?style=flat)](http://cocoapods.org/pods/SwiftJSBridge)
[![License](https://img.shields.io/cocoapods/l/SwiftJSBridge.svg?style=flat)](http://cocoapods.org/pods/SwiftJSBridge)
[![Platform](https://img.shields.io/cocoapods/p/SwiftJSBridge.svg?style=flat)](http://cocoapods.org/pods/SwiftJSBridge)

## Example

To run the example project, clone the repo, and run `pod install` from the Example directory first.

## ScreenShot
![SwiftJSBridge](ScreenShot/SwiftJSBridge.png "SwiftJSBridge")

## Installation

SwiftJSBridge is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:

```ruby
pod "SwiftJSBridge"
```

## Usage

## Author

xiongxiong, [email protected]

## License

SwiftJSBridge is available under the MIT license. See the LICENSE file for more info.