[Add] MapboxCommon 24.10.0-daily-2024-12-24-04-25
[CocoaPods.git] / Specs / b / 4 / f / QuickLayout / 2.0.0 / QuickLayout.podspec.json
blob195cf4bcf55962344f58ce687523d89eb6e508ad
2   "name": "QuickLayout",
3   "version": "2.0.0",
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   "requires_arc": true,
11   "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.",
12   "homepage": "https://github.com/huri000/QuickLayout",
13   "license": {
14     "type": "MIT",
15     "file": "LICENSE"
16   },
17   "authors": {
18     "Daniel Huri": "huri000@gmail.com"
19   },
20   "source": {
21     "git": "https://github.com/huri000/QuickLayout.git",
22     "tag": "2.0.0"
23   },
24   "source_files": "QuickLayout/**/*.{swift,h}"