[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / f / 8 / 0 / JavaScriptKit / 2.0.1 / JavaScriptKit.podspec.json
blob28651c76ab011b51a1a77e94df3895010dca6002
2   "name": "JavaScriptKit",
3   "version": "2.0.1",
4   "summary": "JavaScriptCore replacement for WKWebView",
5   "description": "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.",
6   "homepage": "https://github.com/alexaubry/JavaScriptKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Alexis Aubry": "me@alexaubry.fr"
13   },
14   "social_media_url": "http://twitter.com/_alexaubry",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.10"
18   },
19   "source": {
20     "git": "https://github.com/alexaubry/JavaScriptKit.git",
21     "tag": "2.0.1"
22   },
23   "source_files": "Sources/**/*.swift",
24   "resource_bundles": {
25     "JavaScriptKit": [
26       "Locales/**/*.lproj"
27     ]
28   },
29   "frameworks": [
30     "Foundation",
31     "WebKit"
32   ],
33   "swift_version": "4.2",
34   "documentation_url": "https://alexaubry.github.io/JavaScriptKit"