[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / d / 6 / e / JetLayout / 0.2.1 / JetLayout.podspec.json
blobf71a11d533be053e2d32e065544da173c8d5e83a
2   "name": "JetLayout",
3   "version": "0.2.1",
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.1"
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"