blob: cef6d9246bb5469d9ee400e9c2a07978e860c5bb [file] [log] [blame]
{
"name": "DeclareUI",
"version": "0.3.3",
"summary": "Declarative framework wrapping UIKit constraints",
"description": "This framework is meant to make setting up constraints of a UIKit project more declarative and look similar to SwiftUI.",
"homepage": "https://github.com/Kilo-Loco/DeclareUI",
"license": "MIT",
"authors": {
"Kilo Loco": "kyle@kiloloco.com"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/Kilo-Loco/DeclareUI.git",
"tag": "0.3.3"
},
"source_files": "Source/*.{h,m,swift}",
"swift_versions": "5.1",
"swift_version": "5.1"
}