[Add] HyperCore 0.0.1
[CocoaPods.git] / Specs / 3 / 2 / e / CellViewModel / 1.8.0 / CellViewModel.podspec.json
blob0244673a0226016021bb27b0c59fdb1132c9da2e
2   "name": "CellViewModel",
3   "version": "1.8.0",
4   "summary": "CellViewModel is a protocol that includes logic for reuse, accessibility and dequeue",
5   "description": "Using CellViewModel to configure you UITableViewCell or UICollectionViewCell is just a one possible approach of work with UIKit's collections.",
6   "homepage": "https://github.com/AntonPoltoratskyi/CellViewModel",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "Anton Poltoratskyi",
12   "platforms": {
13     "ios": "9.0"
14   },
15   "source": {
16     "git": "https://github.com/AntonPoltoratskyi/CellViewModel.git",
17     "tag": "1.8.0"
18   },
19   "source_files": [
20     "CellViewModel/Sources",
21     "CellViewModel/Sources/**/*.{swift}"
22   ],
23   "frameworks": "UIKit",
24   "swift_versions": [
25     "5.0"
26   ],
27   "swift_version": "5.0"