blob: 1609e7625a4bc200a1ada0319b88b0e98611db3e [file] [log] [blame]
{
"name": "JSConstraints",
"version": "0.2.1",
"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.2.1"
},
"frameworks": "UIKit",
"platforms": {
"ios": "11.0"
},
"source_files": "JSConstraints/Classes/**/*",
"swift_versions": "5.0",
"swift_version": "5.0"
}