blob: f007d1171d05692894462a2698cce5405636e45e [file] [log] [blame]
{
"name": "GBViewCollectionKit",
"version": "0.2.0",
"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.2.0"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "4.0",
"source_files": "GBViewCollectionKit/Classes/**/*"
}