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