[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / c / 7 / CollectionModelCore / 0.1.0 / CollectionModelCore.podspec.json
blob62dde9b7a9e3bd2a8cb3ca76f668a2d7b85e6473
2   "name": "CollectionModelCore",
3   "version": "0.1.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.1.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"