blob: 70a2c9b97dc5438e87d7df79a561a306d10631de [file] [log] [blame]
{
"name": "ConstraintKit",
"version": "0.0.1",
"summary": "Activate, deactivate, and update multiple layout constraints in a single line",
"description": "ConstraintKit makes it easy to activate, deactivate, and update layout constraints on iOS in Swift and Objective-C. It intelligently disables translatesAutoresizingMaskIntoConstraints on views participating in auto-layout, lets you update installed constraints without storing references to them, and lets you activate individual constraints in a single line of code, but it's most powerful feature is that it lets define the layout for an entire view in just one line.",
"homepage": "https://github.com/jedlewison/ConstraintKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jed Lewison": "jed@magicappfactory.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/jedlewison/ConstraintKit.git",
"tag": "0.0.1"
},
"source_files": "ConstraintKit/**/*.{swift}",
"frameworks": "UIKit"
}