blob: c34866810e5c38c38cd4fddf8b3b5e66b7d5c946 [file] [log] [blame]
{
"name": "JSConstraints",
"version": "1.0.0",
"summary": "Tiny Programmatic Constraints 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": "email@jonathansack.io"
},
"source": {
"git": "https://github.com/jaysack/JSConstraints.git",
"tag": "1.0.0"
},
"frameworks": "UIKit",
"platforms": {
"ios": "11.0"
},
"source_files": "Sources/**/*",
"swift_versions": "5.0",
"swift_version": "5.0"
}