[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / d / 7 / f / Bionic-js / 0.1.0 / Bionic-js.podspec.json
blob8c41857c30209cb001b2c573886a385c7b05f0c0
2   "name": "Bionic-js",
3   "version": "0.1.0",
4   "summary": "Run effectively JS code in Swift and ObjectiveC projects",
5   "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",
6   "homepage": "https://github.com/Forge-Srl/bionic-js-runtime-swift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Marco Vanetti": "marco.vanetti@gmail.com",
13     "Tommaso Bossi": "tommaso.bossi@forge.srl"
14   },
15   "source": {
16     "git": "https://github.com/Forge-Srl/bionic-js-runtime-swift.git",
17     "tag": "release/0.1.0"
18   },
19   "module_name": "Bjs",
20   "source_files": "Bjs",
21   "swift_versions": "4.2",
22   "platforms": {
23     "ios": "10.0",
24     "osx": "10.15"
25   },
26   "frameworks": "JavaScriptCore",
27   "ios": {
28     "frameworks": "UIKit"
29   },
30   "swift_version": "4.2"