[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 3 / 2 / e / CellViewModel / 1.6.3 / CellViewModel.podspec.json
blob207ac362e27e58898c059bb478816acdc74ac189
2   "name": "CellViewModel",
3   "version": "1.6.3",
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.6.3"
18   },
19   "source_files": [
20     "CellViewModel/Sources",
21     "CellViewModel/Sources/**/*.{swift}"
22   ],
23   "frameworks": "UIKit",
24   "swift_version": "4.2"