Skip to content

Commit 712582a

Browse files
committed
📇 Add meta info in README.
1 parent 36dd6d2 commit 712582a

File tree

1 file changed

+39
-1
lines changed

1 file changed

+39
-1
lines changed

‎README.md

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,47 @@
11
# JavaScriptKit
22

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.
49

510
## Features
611

712
- Generate and evaluate type-safe JavaScript expressions in WKWebView
813
- Automatically encode and decode values, JSON objects and enumerations to and from JavaScript
914
- 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.

0 commit comments

Comments
 (0)