[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 1 / e / 8 / CLAutoLayoutTemplates / 0.1.0 / CLAutoLayoutTemplates.podspec.json
blob79255a46bbbf19bf660554d5e2f14118048bf39d
2   "name": "CLAutoLayoutTemplates",
3   "version": "0.1.0",
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",
7   "license": "MIT",
8   "authors": {
9     "Elad Ben-Israel": "elad.benisrael@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/eladb/CLAutoLayoutTemplates.git",
13     "tag": "0.1.0"
14   },
15   "social_media_url": "https://twitter.com/emeshbi",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "CLAutoLayoutTemplates/*"