blob: b96137e2ca393d341da56f853b123a7c05eb86fe [file] [log] [blame]
{
"name": "ListsKit",
"platforms": {
"ios": "12.0"
},
"summary": "ListsKit the easy way to work with TableView.",
"requires_arc": true,
"version": "0.1.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Blinov Danil": "blinovdev@gmail.com"
},
"homepage": "https://github.com/blinover/ListsKit",
"source": {
"git": "https://github.com/blinover/ListsKit.git",
"tag": "0.1.0"
},
"frameworks": "UIKit",
"dependencies": {
"RxSwift": [
"~> 5.1.1"
],
"RxCocoa": [
"~> 5.1.1"
]
},
"source_files": "ListsKit/**/*.{swift}",
"swift_versions": "5.0",
"swift_version": "5.0"
}