blob: 8c41857c30209cb001b2c573886a385c7b05f0c0 [file] [log] [blame]
{
"name": "Bionic-js",
"version": "0.1.0",
"summary": "Run effectively JS code in Swift and ObjectiveC projects",
"description": "Bionic.js let you share the business logic between different native languages without using any framework and without writing a single line of bridging code.\n1. write code once in JavaScript (ECMAScript 6)\n2. annotate classes to be exported\n3. use JS classes from native Swift and ObjectiveC code, as if they were native classes",
"homepage": "https://github.com/Forge-Srl/bionic-js-runtime-swift",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Marco Vanetti": "marco.vanetti@gmail.com",
"Tommaso Bossi": "tommaso.bossi@forge.srl"
},
"source": {
"git": "https://github.com/Forge-Srl/bionic-js-runtime-swift.git",
"tag": "release/0.1.0"
},
"module_name": "Bjs",
"source_files": "Bjs",
"swift_versions": "4.2",
"platforms": {
"ios": "10.0",
"osx": "10.15"
},
"frameworks": "JavaScriptCore",
"ios": {
"frameworks": "UIKit"
},
"swift_version": "4.2"
}