blob: 1ff011f2085b42eebf205d2e71e862a53cdfedec [file] [log] [blame]
{
"name": "MagiConstraints",
"version": "1.0.0",
"summary": "Syntactic sugar for AutoLayout to speed up making constraints in one-line-function like magic ✨",
"description": "MagiConstraints is a syntactic sugar to make autolayout easier to use ... the idea is to satisfy all 4 constraints ( x-axis, width, y-axis, height ) in one line function by covering different ways to satisfy each constraint using enums parameters ... and also to create dynamic views like ( scrollViews and StackViews ) in a very simple way using one line function like magic ✨",
"homepage": "https://github.com/BelalSamy/MagiConstraints",
"license": "MIT",
"authors": {
"Belal Samy": "belalsamy10@gmail.com"
},
"platforms": {
"ios": "13.6"
},
"source": {
"git": "https://github.com/BelalSamy/MagiConstraints.git",
"tag": "1.0.0"
},
"source_files": "MagiConstraints/**/*.{swift}",
"swift_versions": "5.0",
"swift_version": "5.0"
}