blob: 6769ec8cb713dde1881dc9ee682dae944af400f3 [file] [log] [blame]
{
"name": "PinCushion",
"version": "1.0.1",
"summary": "An Autolayout extension wrapping NSLayoutConstraint for easier constraint logic.",
"description": "PinCushion is a UIView extension that makes adding layout constraints in code more equivelant to the way you interact with constraints in Interface Builder.",
"homepage": "https://github.com/LucasBest/PinCushion",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"LucasBest": "lucas.best.5@gmail.com"
},
"source": {
"git": "https://github.com/LucasBest/PinCushion.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "PinCushion/Classes/**/*",
"frameworks": "UIKit",
"pushed_with_swift_version": "4.0"
}