blob: 01de915f7e538e38511d0a54f81932f3895c07d7 [file] [log] [blame]
{
"name": "CellularModelDataSource",
"swift_version": "5.0",
"module_name": "ModelDataSource",
"version": "5.1.0",
"summary": "Easy TableView and CollectionView data handling.",
"description": "Easily and safely manage your content for data compatible views. The module is capable of handling two dimensional sets of data and simplifies displaying content in section and row/item based views (e.g. UITableView, UICollectionView).",
"homepage": "https://www.cellular.de",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Cellular GmbH": "office@cellular.de"
},
"source": {
"git": "https://github.com/cellular/modeldatasource-swift.git",
"tag": "5.1.0"
},
"platforms": {
"ios": "10.3",
"tvos": "10.2"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Source/**/*.swift"
}
]
}