[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 3 / 2 / e / CellViewModel / 1.0.0 / CellViewModel.podspec.json
blob9193e8928ce826b2a50a0f4ff83d0c5baae69969
2   "name": "CellViewModel",
3   "version": "1.0.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": "10.0"
14   },
15   "source": {
16     "git": "https://github.com/AntonPoltoratskyi/CellViewModel.git",
17     "tag": "1.0.0"
18   },
19   "source_files": [
20     "CellViewModel/Sources",
21     "CellViewModel/Sources/**/*.{swift}"
22   ],
23   "frameworks": "UIKit",
24   "swift_version": "4.2"