[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / 4 / f / QuickLayout / 3.0.2 / QuickLayout.podspec.json
blobefb57b198a392521abfb1eecb45c8e4802f19b0b
2   "name": "QuickLayout",
3   "version": "3.0.2",
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_versions": "5.0",
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": "3.0.2"
24   },
25   "source_files": "QuickLayout/**/*.{swift,h}",
26   "swift_version": "5.0"