blob: 0050e08a6452f9d2d4815eee0a196d3ffc18edbb [file] [log] [blame]
{
"name": "PinCushion",
"version": "1.0.2",
"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.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "PinCushion/Classes/**/*",
"frameworks": "UIKit",
"pushed_with_swift_version": "4.0"
}