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