[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 8 / f / d / UIView+AutoLayout / 0.4.0 / UIView+AutoLayout.podspec.json
blob2bc1844257087819312c4f7fc7910f09d1628ca5
2   "name": "UIView+AutoLayout",
3   "version": "0.4.0",
4   "summary": "A carefully-crafted category on UIView that provides a simpler semantic interface for creating Auto Layout constraints.",
5   "description": "\t\t\t\t\t\tUIView+AutoLayout\n\t\t\t\t\t\t=================\n\n\t\t\t\t\t\tIntroduction\n\t\t\t\t\t\t------------\n\n\t\t\t\t\t\tA carefully-crafted category on `UIView` (and a one-method category on `NSLayoutConstraint`) that provides a simpler semantic interface for creating Auto Layout constraints.\n\n\t\t\t\t\t\tThe goal is to provide a pleasant API for the vast majority of common Auto Layout use cases. It's designed for clarity and simplicity while simultaneously minimizing the amount of third party code. The API takes inspiration from the Auto Layout UI options available in Interface Builder.\n\n\t\t\t\t\t\tAPI Cheat Sheet\n\t\t\t\t\t\t---------------\n\n\t\t\t\t\t\tThis is just a handy overview of the primary methods. Check out the [header file](https://github.com/smileyborg/UIView-AutoLayout/blob/master/Source/UIView%2BAutoLayout.h) for the full API and documentation.\n\n\t\t\t\t\t\t*Note: all of the API methods begin with `auto...` for easy autocompletion!*\n\n\t\t\t\t\t\t**UIView**\n\n\t\t\t\t\t\t*\t+ autoSetPriority:forConstraints:\n\t\t\t\t\t\t*\t+ removeConstraint(s):\n\t\t\t\t\t\t*\t- autoCenterInSuperview(alongAxis:)\n\t\t\t\t\t\t*\t- autoPinCenterAxis:toPositionInSuperview:\n\t\t\t\t\t\t*\t- autoPinEdge:toPositionInSuperview:\n\t\t\t\t\t\t*\t- autoPinEdge(s)ToSuperviewEdge(s):withInset(s):\n\t\t\t\t\t\t*\t- autoPinEdge:toEdge:ofView:(withOffset:)\n\t\t\t\t\t\t*\t- autoAlignAxis:toSameAxisOfView:(withOffset:)\n\t\t\t\t\t\t*\t- autoMatchDimension:toDimension:ofView:(withOffset:)\n\t\t\t\t\t\t*\t- autoMatchDimension:toDimension:ofView:(withMultiplier:)\n\t\t\t\t\t\t*\t- autoSetDimension(s)ToSize:\n\n\t\t\t\t\t\t*Advanced methods that layout an array of subviews:*\n\n\t\t\t\t\t\t*\t- autoAlignSubviews:toEdge:\n\t\t\t\t\t\t*\t- autoAlignSubviews:toAxis:\n\t\t\t\t\t\t*\t- autoMatchSubviews:dimension:\n\t\t\t\t\t\t*\t- autoSetSubviews:dimension:toSize:\n\t\t\t\t\t\t*\t- autoDistributeSubviews:alongAxis:withFixedSpacing:alignment:\n\t\t\t\t\t\t*\t- autoDistributeSubviews:alongAxis:withFixedSize:alignment:\n\n\t\t\t\t\t\t**NSLayoutConstraint**\n\n\t\t\t\t\t\t*\t- remove\n",
6   "homepage": "https://github.com/smileyborg/UIView-AutoLayout",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Tyler Fox": "tfox@smileyborg.com"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "source": {
18     "git": "https://github.com/smileyborg/UIView-AutoLayout.git",
19     "tag": "v0.4.0"
20   },
21   "source_files": "Source",
22   "requires_arc": true