[Add] RegulaCommonNightly 7.5.938
[CocoaPods.git] / Specs / 1 / 8 / 0 / MagiConstraints / 1.0.0 / MagiConstraints.podspec.json
blob1ff011f2085b42eebf205d2e71e862a53cdfedec
2   "name": "MagiConstraints",
3   "version": "1.0.0",
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",
7   "license": "MIT",
8   "authors": {
9     "Belal Samy": "belalsamy10@gmail.com"
10   },
11   "platforms": {
12     "ios": "13.6"
13   },
14   "source": {
15     "git": "https://github.com/BelalSamy/MagiConstraints.git",
16     "tag": "1.0.0"
17   },
18   "source_files": "MagiConstraints/**/*.{swift}",
19   "swift_versions": "5.0",
20   "swift_version": "5.0"