blob: c032dee9b7b5fb2c06a1d90de8aebb5384a8c9fa [file] [log] [blame]
{
"name": "GBViewCollectionKit",
"version": "0.1.2",
"summary": "Model based configuration of collection views.",
"description": "Library that implements MVVM (Model View ViewModel)-Pattern for Table/Collection-Views. Based on work of Kristaps Zeibarts.",
"homepage": "https://github.com/aiwo/GBViewCollectionKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Gennady Berezovsky": "bergencroc@gmail.com"
},
"source": {
"git": "https://github.com/aiwo/GBViewCollectionKit.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "4.0",
"source_files": "GBViewCollectionKit/Classes/**/*"
}