blob: fa99b9a8a63a0a061dc7af50ad0af13abe39df93 [file] [log] [blame]
{
"name": "CellViewModel",
"version": "0.1.0",
"summary": "CellViewModel is a protocol that includes logic for reuse, accessibility and dequeue",
"description": "Repository contains CellViewModel implementation\n that includes logic for reuse, accessibility and dequeue",
"homepage": "https://github.com/AntonPoltoratskyi/CellViewModel",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Anton Poltoratskyi",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/AntonPoltoratskyi/CellViewModel.git",
"tag": "0.1.0"
},
"source_files": [
"CellViewModel/Sources",
"CellViewModel/Sources/**/*.{swift}"
],
"frameworks": "UIKit",
"swift_version": "4.2"
}