File tree Expand file tree Collapse file tree 1 file changed +39
-1
lines changed Expand file tree Collapse file tree 1 file changed +39
-1
lines changed Original file line number Diff line number Diff line change 1
1
# JavaScriptKit
2
2
3
- JavaScriptKit is a powerful replacement for JavaScriptCore to use with your WebKit web views.
3
+ [ ![ CI Status] ( https://img.shields.io/travis/alexaubry/JavaScriptKit.svg?style=flat )] ( https://travis-ci.org/alexaubry/JavaScriptKit )
4
+ [ ![ Version] ( https://img.shields.io/cocoapods/v/JavaScriptKit.svg?style=flat )] ( http://cocoapods.org/pods/JavaScriptKit )
5
+ [ ![ License] ( https://img.shields.io/cocoapods/l/JavaScriptKit.svg?style=flat )] ( http://cocoapods.org/pods/JavaScriptKit )
6
+ [ ![ Platform] ( https://img.shields.io/cocoapods/p/JavaScriptKit.svg?style=flat )] ( http://cocoapods.org/pods/JavaScriptKit )
7
+
8
+ JavaScriptKit is a powerful replacement for JavaScriptCore to use with your WebKit web views. Supports iOS and macOS.
4
9
5
10
## Features
6
11
7
12
- Generate and evaluate type-safe JavaScript expressions in WKWebView
8
13
- Automatically encode and decode values, JSON objects and enumerations to and from JavaScript
9
14
- Easily handle errors
15
+
16
+ ## Installation
17
+
18
+ ### CocoaPods
19
+
20
+ To use CocoaPods, add the following to your Podfile:
21
+
22
+ ``` ruby
23
+ pod ' JavaScriptKit' , ' ~> 1.0'
24
+ ```
25
+
26
+ ### Carthage
27
+
28
+ To use Carthage, add the following to your Cartfile:
29
+
30
+ ``` ogdl
31
+ github "alexaubry/JavaScriptKit" ~> 1.0
32
+ ```
33
+ ## Version
34
+
35
+ | | 1.0.x |
36
+ | ---| ---|
37
+ | Minimum iOS Version | 8.0 |
38
+ | Minimum macOS Version | 10.10 |
39
+ | Supported Swift Version(s) | 4.0.x |
40
+
41
+ ## Authors
42
+
43
+ Alexis Aubry, me@alexaubry.fr <[ @_ alexaubry] ( https://twitter.com/_alexaubry ) >
44
+
45
+ ## License
46
+
47
+ JavaScriptKit is available under the MIT license. See the LICENSE file for more info.
You can’t perform that action at this time.
0 commit comments