blob: 3c50b81494596ef51004e57fe0e2356c4b5fb77d [file] [log] [blame]
{
"name": "TFUI",
"version": "0.1.0",
"summary": "A SwiftUI-like UIKit library",
"swift_versions": "5.0",
"description": "With TFUI you can easily set up ScrollViews, TableViews and CollectionViews in a SwiftUI like declarative manner, with little to no boilerplate!",
"homepage": "https://github.com/Kevinvandenhoek/TFUI",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"kevinvandenhoek@gmail.com": "k.vandenhoek@wearetriple.com"
},
"source": {
"git": "https://github.com/Kevinvandenhoek/TFUI.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": [
"TFUI/Views/**/*",
"TFUI/Protocols/*",
"TFUI/Extensions/*",
"TFUI/Models/*"
],
"frameworks": "UIKit",
"dependencies": {
"EasyPeasy": [
"~> 1.9.0"
]
},
"swift_version": "5.0"
}