blob: 3eec2a9ddc4d90d7610dd864910ddd7e156b11b8 [file] [log] [blame]
{
"name": "JSConstraints",
"version": "0.3.2",
"summary": "Layout Framework for Swift UIKit",
"description": "\"JSConstraints is an Auto Layout Framework allowing you to write fast and concise UIKit constraints for your programmatic views created with Swift\"",
"homepage": "https://github.com/jaysack/JSConstraints",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jonathan Sack": "jonathan.sack91@gmail.com"
},
"source": {
"git": "https://github.com/jaysack/JSConstraints.git",
"tag": "0.3.2"
},
"frameworks": "UIKit",
"platforms": {
"ios": "11.0"
},
"source_files": "Sources/**/*",
"swift_versions": "5.0",
"swift_version": "5.0"
}