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