blob: 921376e84b532a5d5333bb1dc864dbdc8dd348eb [file] [log] [blame]
{
"name": "PinCushion",
"version": "0.3.0",
"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": "0.3.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "PinCushion/Classes/**/*",
"pushed_with_swift_version": "4.0"
}