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