[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / a / 8 / c / CellularModelDataSource / 5.0.1 / CellularModelDataSource.podspec.json
blob3ea7a73a13a47344cda6e32b9c68629938fa3720
2   "name": "CellularModelDataSource",
3   "swift_version": "4.2",
4   "module_name": "ModelDataSource",
5   "version": "5.0.1",
6   "summary": "Easy TableView and CollectionView data handling.",
7   "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).",
8   "homepage": "https://www.cellular.de",
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "Cellular GmbH": "office@cellular.de"
15   },
16   "source": {
17     "git": "https://github.com/cellular/modeldatasource-swift.git",
18     "tag": "5.0.1"
19   },
20   "platforms": {
21     "ios": "9.3",
22     "tvos": "9.2"
23   },
24   "default_subspecs": "Core",
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "Source/**/*.swift"
29     }
30   ]