blob: 238b658893efb950a21abc04fc6ff67798a2847c [file] [log] [blame]
{
"name": "LinusU_JSBridge",
"version": "1.0.0-alpha.14",
"summary": "Bridge your JavaScript library for usage in Swift",
"description": "Use a hidden WKWebView to bridge your JavaScript library for consumption from Swift",
"homepage": "https://github.com/LinusU/JSBridge",
"license": "MIT",
"authors": {
"Linus Unnebäck": "linus@folkdatorn.se"
},
"swift_version": "4.0",
"platforms": {
"ios": "11.0",
"osx": "10.13"
},
"source": {
"git": "https://github.com/LinusU/JSBridge.git",
"tag": "1.0.0-alpha.14"
},
"source_files": "Sources",
"dependencies": {
"PromiseKit": [
"~> 6.0"
]
}
}