[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / d / f / 5 / JSC-Polyfills / 0.0.12 / JSC-Polyfills.podspec.json
blob6e289039b7f0bd12f9f95abf5592a94c39d3c345
2   "name": "JSC-Polyfills",
3   "version": "0.0.12",
4   "summary": "Add some browser specific features (fetch, XMLHttpRequest) as polyfill to JSContext",
5   "homepage": "https://github.com/TheNoim/JSC-Polyfills",
6   "license": "MIT",
7   "authors": {
8     "Nils Bergmann": "nilsbergmann@noim.io"
9   },
10   "social_media_url": "https://twitter.com/EpicNilo",
11   "platforms": {
12     "ios": "13.0",
13     "osx": "10.15",
14     "tvos": "13.0"
15   },
16   "source": {
17     "git": "https://github.com/TheNoim/JSC-Polyfills.git",
18     "tag": "0.0.12"
19   },
20   "source_files": "Sources/**/*.{h,m,swift}",
21   "info_plist": {
22     "CFBundleIdentifier": "io.noim.JSContextFetch"
23   },
24   "resources": [
25     "js-polyfills/*.js",
26     "build-js.sh"
27   ],
28   "preserve_paths": [
29     "build-js.sh",
30     "package.json",
31     "polyfills.js",
32     "yarn.lock"
33   ],
34   "frameworks": "JavaScriptCore",
35   "swift_versions": "5.0",
36   "prepare_command": "./build-js.sh",
37   "swift_version": "5.0"