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