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