Skip to content

Commit 19abab9

Browse files
committed
📇 Update description
1 parent 78d032c commit 19abab9

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

‎JavaScriptKit.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |s|
22
s.name = "JavaScriptKit"
33
s.version = "1.0.0"
4-
s.summary = "JavaScript Toolkit for WKWebView"
4+
s.summary = "JavaScriptCore replacement for WKWebView"
55

66
s.description =
77
<<-DESC
8-
Evaluate JavaScript programs from within a WebKit web view. Generate and evaluate type-safe JavaScript expressions. Automatically convert objects and enumeration cases from and to JavaScript. Easily check for errors.
8+
JavaScriptKit is a powerful replacement for JavaScriptCore to use with your WebKit web views. Generate and evaluate type-safe JavaScript expressions in WKWebView. Automatically encode and decode values, JSON objects and enumerations to and from JavaScript. Easily handle errors.
99
DESC
1010

1111
s.homepage = "https://github.com/alexaubry/JavaScriptKit"

‎README.md

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

3-
Evaluate JavaScript programs from within a WebKit web view. Generate and evaluate type-safe JavaScript expressions. Automatically convert objects and enumeration cases from and to JavaScript. Easily check for errors.
3+
JavaScriptKit is a powerful replacement for JavaScriptCore to use with your WebKit web views.
4+
5+
## Features
6+
7+
- Generate and evaluate type-safe JavaScript expressions in WKWebView
8+
- Automatically encode and decode values, JSON objects and enumerations to and from JavaScript
9+
- Easily handle errors

0 commit comments

Comments
 (0)