blob: 1e83f49ba81042197d679fa9c08040eac941badc [file] [log] [blame]
{
"name": "CellKit",
"version": "0.5.1",
"summary": "Table View and Collection View data source wrapper",
"description": "Generic abstraction over table/collection data source\nwith automatic cell registration of\ncell models and automatic animations using diffs.",
"homepage": "https://github.com/thefuntasty/CellKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Matěj K. Jirásek": "matej.jirasek@thefuntasty.com",
"Petr Zvoníček": "zvonicek@gmail.com"
},
"social_media_url": "https://twitter.com/TheFuntasty",
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"swift_versions": [
"4.2",
"5.0",
"5.1",
"5.1"
],
"source": {
"git": "https://github.com/thefuntasty/CellKit.git",
"tag": "0.5.1"
},
"frameworks": [
"Foundation",
"UIKit"
],
"default_subspecs": "Core",
"swift_version": "5.1",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/CellKit/*"
},
{
"name": "Diffable",
"dependencies": {
"CellKit/Core": [
],
"Dwifft": [
"~> 0.9"
]
},
"source_files": "Sources/DiffableCellKit/*"
}
]
}