blob: f97c0fc7f8214164b5a357dc53492de56cac808a [file] [log] [blame]
{
"name": "DeclareUI",
"version": "0.1.0",
"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.1.0"
},
"source_files": "DeclareUI/**/*.{h,m,swift}",
"swift_versions": "4.0",
"swift_version": "4.0"
}