blob: 01f736eb7e4837d61326d3d55ffeded8d1af3ccf [file] [log] [blame]
{
"name": "GBViewCollectionKit",
"version": "0.2.1",
"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.1"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "4.0",
"source_files": "GBViewCollectionKit/Classes/**/*",
"resource_bundles": {
"GBViewCollectionKitResources": [
"GBViewCollectionKit/Classes/**/*.xib"
]
}
}