blob: 55f67e960b5fc8d31b4eebf194281f78f83014ef [file] [log] [blame]
{
"name": "UIConstraintValue",
"version": "1.0.0",
"summary": "A visual constraint helper",
"description": "An extension that adds `@IBInspectable` to `NSLayoutConstraint` and allows different values for the same traits in different screen sizes.",
"homepage": "https://github.com/dnsmob/UIConstraintValue",
"license": "MIT",
"authors": {
"dns sandas": "eurodns@hotmail.com"
},
"source": {
"git": "https://github.com/dnsmob/UIConstraintValue.git",
"tag": "1.0.0"
},
"source_files": "Sources/*.swift",
"frameworks": "UIKit",
"swift_versions": "5.0",
"platforms": {
"ios": "9.0"
},
"swift_version": "5.0"
}