blob: 34a97da7ec2c21413c390da8676a6403a55fd3f3 [file] [log] [blame]
{
"name": "CKTableViewTransactionalDataSource",
"version": "0.4.0",
"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.4.0"
},
"platforms": {
"ios": "8.1"
},
"public_header_files": "CKTableViewTransactionalDataSource/*.h",
"source_files": "CKTableViewTransactionalDataSource/**/*.{h,m,mm,swift,c}",
"libraries": "c++",
"pod_target_xcconfig": {
"CLANG_WARN_DOCUMENTATION_COMMENTS": "NO"
},
"dependencies": {
"ComponentKit": [
"~> 0.24"
]
}
}