blob: 86fc9ddaa487016ed525339b4d76f2e84fed14be [file] [log] [blame]
{
"name": "Tokamak",
"version": "0.1.1",
"summary": "React-like framework for native UI written in pure Swift.",
"description": "Tokamak provides a declarative, testable and scalable API for building UI c\nomponents backed by fully native views. You can use it for your new iOS apps \nor add to existing apps with little effort and without rewriting the rest of \nthe code or changing the app's overall architecture.\n\nTokamak recreates React Hooks API improving it with Swift's strong type \nsystem, high performance and efficient memory management thanks to being \ncompiled to a native binary.",
"homepage": "https://github.com/MaxDesiatov/Tokamak",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"authors": {
"Max Desiatov": "max@desiatov.com"
},
"source": {
"git": "https://github.com/maxdesiatov/Tokamak.git",
"tag": "0.1.1"
},
"social_media_url": "https://twitter.com/MaxDesiatov",
"platforms": {
"ios": "11.0",
"osx": "10.14"
},
"swift_version": "4.2",
"source_files": "Sources/Tokamak/**/*"
}