2 "name": "CLAutoLayoutTemplates",
4 "summary": "Apply constraints to a UIView from another UIView",
5 "description": " CLAutoLayoutTemplates is `[UIView replaceConstraintsForItem:templateItem:]`. You should call this method\n on the top-level view. It will then remove all the constraints that reference the first item and create\n and add new constraints based on the template item.\n\n I have been using this for animating bounds by creating a hidden `UIView` (e.g. `self.templateView`) with the auto-layout constraints I wanted and then calling `[self.view replaceConstraintsForItem:self.myView templateItem:self.templateView]` inside\n an animation block.\n",
6 "homepage": "https://github.com/eladb/CLAutoLayoutTemplates",
9 "Elad Ben-Israel": "elad.benisrael@gmail.com"
12 "git": "https://github.com/eladb/CLAutoLayoutTemplates.git",
15 "social_media_url": "https://twitter.com/emeshbi",
20 "source_files": "CLAutoLayoutTemplates/*"