blob: 3fd5a42eb01fec103407c49f70af92327fdf0b2f [file] [log] [blame]
{
"name": "CellKit",
"version": "0.4",
"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.0"
],
"source": {
"git": "https://github.com/thefuntasty/CellKit.git",
"tag": "0.4"
},
"frameworks": [
"Foundation",
"UIKit"
],
"default_subspecs": "Core",
"swift_version": "5.0",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/*"
},
{
"name": "Equatable",
"dependencies": {
"CellKit/Core": [
],
"Dwifft": [
"~> 0.9"
]
},
"source_files": "Sources/EquatableDataSource/*"
}
]
}