[Add] PlayerUI 0.10.1
[CocoaPods.git] / Specs / a / c / 7 / CollectionModelCore / 0.3.0 / CollectionModelCore.podspec.json
blobad43cac864cd9d37d18208fd3932d4a55b8179f7
2   "name": "CollectionModelCore",
3   "version": "0.3.0",
4   "summary": "ViewModels for collectionViews and tableViews.",
5   "description": "CollectionModel provide two struct to represente viewModels for collectionViews and tableViews. This viewModel are meant to be dull and contains no logic at all and be completely descriptives of the views they represent.",
6   "homepage": "https://github.com/denisPoifol/CollectionModel",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Denis Poifol": "denis.poifol@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/denisPoifol/CollectionModel.git",
16     "tag": "Core-0.3.0"
17   },
18   "social_media_url": "https://twitter.com/DenisPoifol",
19   "swift_versions": [
20     "5.0",
21     "5.1"
22   ],
23   "platforms": {
24     "ios": "8.0"
25   },
26   "source_files": "Core/Sources/*",
27   "swift_version": "5.1"