blob: 29223626b2af2808990acfb57fa218cb12bf21d8 [file] [log] [blame]
{
"name": "CKTableViewTransactionalDataSource",
"version": "0.1",
"summary": "Tableview datasource for CompoenentKit",
"description": "A tableview datasource for ComponentKit. ComponentKit only provide datasource for collection view. This is an clone of `CKCollectionViewTransactionalDataSource` with a slightly modification for cell updating animation.",
"homepage": "https://github.com/leavez/CKTableViewTransactionalDataSource",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Leavez": "gaojiji@gmail.com"
},
"source": {
"git": "https://github.com/leavez/CKTableViewTransactionalDataSource.git",
"tag": "0.1"
},
"platforms": {
"ios": "8.0"
},
"public_header_files": "CKTableViewTransactionalDataSource/*.h",
"source_files": "CKTableViewTransactionalDataSource/**/*",
"libraries": "c++",
"dependencies": {
"ComponentKit": [
"~> 0.2"
]
}
}