blob: 09c5bb3bc3b41983915fc4e6214e6a45d1ebd24c [file] [log] [blame]
{
"name": "LayoutSwiftly",
"version": "1.0.0",
"summary": "Layout all of your views in one go with Swift and Autolayout",
"description": "Using visual constraints, LayoutSwiftly allows you to set many constraints all at once. This UIView extention works well with any other Autolayout tool out there, as well.",
"homepage": "https://github.com/JamieREvans/LayoutSwiftly",
"license": "MIT",
"authors": {
"JamieREvans": "jamie.riley.evans@gmail.com"
},
"source": {
"git": "https://github.com/JamieREvans/LayoutSwiftly.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*"
}