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