[Add] FaceCoreBasicNightly 6.2.803
[CocoaPods.git] / Specs / d / 6 / e / JetLayout / 0.2.0 / JetLayout.podspec.json
blobe77ec8daf5d09caaf9b5e68aa1c6f23503b8887e
2   "name": "JetLayout",
3   "version": "0.2.0",
4   "summary": "JetLayout is a swift based layout system.",
5   "description": "JetLayout is a swift based layout system. It has a syntax like SwiftUI, but JetLayout could be used with iOS 11.\nLayout engine is based on Autolayout, so JetLayout's widgets could be easily integrated into an existing application.\nRxSwift is used to wiring UI and data.\nSince all layouts has written in code it possible to use plugins like R.swift to provide strong typed access to assets.",
6   "homepage": "https://github.com/vbenkevich/JetLayout",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "vbenkevich": "vladimir.benkevich@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/vbenkevich/JetLayout.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "swift_versions": "5.0",
22   "source_files": "JetLayout/Classes/**/*",
23   "frameworks": "UIKit",
24   "dependencies": {
25     "RxCocoa": [
26       "~> 5.1.1"
27     ]
28   },
29   "swift_version": "5.0"