blob: 08b486d014e439445d2ecdf2f9e00f7cd026a8b0 [file] [log] [blame]
{
"name": "GBViewCollectionKit",
"version": "0.2.9",
"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.9"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "4.0",
"source_files": "GBViewCollectionKit/Classes/**/*",
"resource_bundles": {
"GBViewCollectionKitResources": [
"GBViewCollectionKit/Classes/**/*.xib"
]
},
"swift_version": "4.0"
}