[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / b / 4 / f / QuickLayout / 2.1.1 / QuickLayout.podspec.json
blob9e097e9dcd164ef1922216eeb4d3962dd41550ec
2   "name": "QuickLayout",
3   "version": "2.1.1",
4   "summary": "Written in pure Swift, QuickLayout offers a neat way to manage Auto Layout in code.",
5   "platforms": {
6     "ios": "9.0",
7     "tvos": "9.0",
8     "osx": "10.10"
9   },
10   "swift_version": "4.2",
11   "requires_arc": true,
12   "description": "QuickLayout offers an additional way to easily the layout constraints using only code. You can harness the power of QuickLayout to align your interface programmatically without even creating any constraints explicitly.",
13   "homepage": "https://github.com/huri000/QuickLayout",
14   "license": {
15     "type": "MIT",
16     "file": "LICENSE"
17   },
18   "authors": {
19     "Daniel Huri": "huri000@gmail.com"
20   },
21   "source": {
22     "git": "https://github.com/huri000/QuickLayout.git",
23     "tag": "2.1.1"
24   },
25   "source_files": "QuickLayout/**/*.{swift,h}"