[Add] YSRTCLiveAVKitSDK 1.0.2
[CocoaPods.git] / Specs / b / 4 / f / QuickLayout / 3.0.0 / QuickLayout.podspec.json
blob5ef98764bbdba9883ada8afb5015236d8eefda9e
2   "name": "QuickLayout",
3   "version": "3.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   "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.0"
24   },
25   "source_files": "QuickLayout/**/*.{swift,h}"