2 "name": "MagiConstraints",
4 "summary": "Syntactic sugar for AutoLayout to speed up making constraints in one-line-function like magic ✨",
5 "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 ✨",
6 "homepage": "https://github.com/BelalSamy/MagiConstraints",
9 "Belal Samy": "belalsamy10@gmail.com"
15 "git": "https://github.com/BelalSamy/MagiConstraints.git",
18 "source_files": "MagiConstraints/**/*.{swift}",
19 "swift_versions": "5.0",
20 "swift_version": "5.0"