blob: 3ea7a73a13a47344cda6e32b9c68629938fa3720 [file] [log] [blame]
{
"name": "CellularModelDataSource",
"swift_version": "4.2",
"module_name": "ModelDataSource",
"version": "5.0.1",
"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.0.1"
},
"platforms": {
"ios": "9.3",
"tvos": "9.2"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Source/**/*.swift"
}
]
}