blob: 768eb17ba2162c9b7321dc552219b7350b02c7b8 [file] [log] [blame]
{
"name": "VBCollectionViewController",
"version": "0.4.1",
"summary": "VBCollectionViewController extends UICollectionViewController by adding pagination, pull-to-refresh and other useful features.",
"description": "VBCollectionViewController extends UICollectionViewController by adding pagination, pull-to-refresh and other useful features.\n\nVBCollectionViewCell is a base class for cells. Each cell contains only apporpriate VBCollectionViewCellView as a subview. The idea is to setup UI of VBCollectionViewCellView by setting its item property (which calls updateUI).\n\nVBCollectionViewHeader uses the same idea as VBCollectionViewCell.",
"homepage": "https://github.com/valnoc/VBCollectionViewController",
"license": "MIT",
"authors": {
"Valeriy Bezuglyy": "valnocorner@gmail.com"
},
"source": {
"git": "https://github.com/valnoc/VBCollectionViewController.git",
"tag": "v0.4.1"
},
"platforms": {
"ios": "8.1"
},
"requires_arc": true,
"source_files": "VBCollectionViewController/**/*{.h,.m}",
"dependencies": {
"WZProtocolInterceptor": [
"~> 0.1"
],
"VBException": [
"~> 1.0"
],
"VBAutolayout": [
"~> 2.0"
],
"UIKit+VBProgrammaticCreation": [
"~> 1.0"
]
}
}