blob: 76bc83b147d37ba63640ebf21541da803af8dce1 [file] [log] [blame]
{
"name": "PinCushion",
"version": "1.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": "1.2.0"
},
"social_media_url": "https://twitter.com/thereallu5",
"swift_versions": "5.0",
"platforms": {
"ios": "10.0"
},
"source_files": "PinCushion/Classes/**/*",
"frameworks": "UIKit"
}