[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / f / 8 / 0 / JavaScriptKit / 1.0.0 / JavaScriptKit.podspec.json
blobc0955c154b0e7f5d3dd1ada80023e7fe2cc5ac14
2   "name": "JavaScriptKit",
3   "version": "1.0.0",
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": "1.0.0"
22   },
23   "source_files": "Sources/**/*.swift",
24   "resource_bundles": {
25     "JavaScriptKit": [
26       "Locales/**/*.lproj"
27     ]
28   },
29   "frameworks": [
30     "Foundation",
31     "WebKit"
32   ],
33   "dependencies": {
34     "Result": [
35       "~> 3.1"
36     ]
37   },
38   "documentation_url": "https://alexaubry.github.io/JavaScriptKit",
39   "pushed_with_swift_version": "4.0"