blob: a9c6c612f21e1adb7b8d4df77c99f99a843a4300 [file] [log] [blame]
{
"name": "TemplateKit",
"version": "0.1.0",
"summary": "Native UI components in Swift.",
"description": "React-inspired framework for building component-based user interfaces in Swift.",
"homepage": "https://github.com/mcudich/TemplateKit",
"license": "MIT",
"authors": {
"Matias Cudich": "mcudich@gmail.com"
},
"source": {
"git": "https://github.com/mcudich/TemplateKit.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/mcudich",
"platforms": {
"ios": "9.3"
},
"source_files": "Source/**/*",
"dependencies": {
"CSSParser": [
"~> 1.0"
],
"CSSLayout": [
"~> 1.0"
]
},
"pushed_with_swift_version": "3.0"
}