2 "name": "AZConstraintsRegister",
4 "summary": "Lightweight tool to manage Auto Layout constraints using Visual Format Language",
5 "description": " Lightweight tool to manage Auto Layout constraints using Visual Format Language.\n\n All you need to do is to register a container view and its subviews, which you would like to layout using constraints. \n \n Then just simple register constraints in the `updateConstraints` method.\n\n To improve the readability of yout constraints you can register metrics on the AZConstraintsRegister and refer to them in the layout format.\n\n See more: https://github.com/azubala/AZConstraintsRegister\n",
6 "homepage": "https://github.com/azubala/AZConstraintsRegister",
9 "Aleksander Zubala": "alek.zubala@gmail.com"
12 "git": "https://github.com/azubala/AZConstraintsRegister.git",
15 "social_media_url": "https://twitter.com/alekzubala",
20 "source_files": "Classes/ios/*.{h,m}"