[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / c / 6 / layoutpod / 0.1.2 / layoutpod.podspec.json
blob12ee7edb9abbcd11e305c28755b20bf606cd4968
2   "name": "layoutpod",
3   "version": "0.1.2",
4   "summary": "A library that simplifies NSLayoutAnchorConstraints.",
5   "description": "NSLayoutAnchors can get wordy, for example, four lines are required to constrain a subview to all four sides of the superview. This library allows you to do the same constraint with a single line. When developing views programatically, this library will greatly reduce the amount of code, and vastly improve the DRYness of the code.",
6   "homepage": "https://github.com/robbroadwell/layoutpod",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Rob Broadwell": "hello@robbroadwell.com"
13   },
14   "source": {
15     "git": "https://github.com/robbroadwell/layoutpod.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "layoutpod/Classes/**/*",
22   "pushed_with_swift_version": "3.0"