[Add] OpenWeb3Lib 1.0.4-swift6.0
[CocoaPods.git] / Specs / 8 / f / d / UIView+AutoLayout / 0.3.0 / UIView+AutoLayout.podspec.json
blob2d0449e0b94f4aae11469964c48cd3066ba0be55
2   "name": "UIView+AutoLayout",
3   "version": "0.3.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+ 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\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.3.0"
20   },
21   "source_files": "Source",
22   "requires_arc": true