blob: 22db81bc6edafeed7524f059069ecdef5c0aa3b2 [file] [log] [blame]
{
"name": "CellKit",
"version": "0.7.0",
"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/futuredapp/CellKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Matěj K. Jirásek": "matej.jirasek@futured.app",
"Petr Zvoníček": "zvonicek@gmail.com"
},
"social_media_url": "https://twitter.com/Futuredapps",
"platforms": {
"ios": "9.0",
"tvos": "9.0"
},
"swift_versions": [
"4.2",
"5.0",
"5.1"
],
"source": {
"git": "https://github.com/futuredapp/CellKit.git",
"tag": "0.7.0"
},
"frameworks": [
"Foundation",
"UIKit"
],
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/CellKit/*"
},
{
"name": "Diffable",
"dependencies": {
"CellKit/Core": [
],
"DifferenceKit": [
"~> 1.0"
]
},
"source_files": "Sources/DiffableCellKit/*"
}
],
"swift_version": "5.1"
}