blob: a9592e805bf62e5eee033819e108452c0c621fc4 [file] [log] [blame]
{
"name": "TokamakUIKit",
"version": "0.1.1",
"summary": "UIKit support for Tokamak: React-like UI framework",
"description": "Tokamak provides a declarative, testable and scalable API for building UI \ncomponents 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"
},
"swift_version": "4.2",
"source_files": "Sources/TokamakUIKit/**/*",
"frameworks": "UIKit",
"dependencies": {
"Tokamak": [
"~> 0.1"
]
}
}