[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / 4 / f / QuickLayout / 2.0.4 / QuickLayout.podspec.json
blobab10c10a8103223045f20bfcf20bc130c1d5723c
2   "name": "QuickLayout",
3   "version": "2.0.4",
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.4"
23   },
24   "source_files": "QuickLayout/**/*.{swift,h}"