[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / 8 / 2 / c / LinusU_JSBridge / 1.0.0-alpha.15 / LinusU_JSBridge.podspec.json
blobcc459d3b894659a4cf15ef8e15fc02df38842b80
2   "name": "LinusU_JSBridge",
3   "module_name": "JSBridge",
4   "version": "1.0.0-alpha.15",
5   "summary": "Bridge your JavaScript library for usage in Swift",
6   "description": "Use a hidden WKWebView to bridge your JavaScript library for consumption from Swift",
7   "homepage": "https://github.com/LinusU/JSBridge",
8   "license": "MIT",
9   "authors": {
10     "Linus Unnebäck": "linus@folkdatorn.se"
11   },
12   "swift_version": "4.0",
13   "platforms": {
14     "ios": "11.0",
15     "osx": "10.13"
16   },
17   "source": {
18     "git": "https://github.com/LinusU/JSBridge.git",
19     "tag": "1.0.0-alpha.15"
20   },
21   "source_files": "Sources",
22   "dependencies": {
23     "PromiseKit": [
24       "~> 6.0"
25     ]
26   }