blob: a2ff6c2be88866764d7d8ff0693d6e8cd5c435e8 [file] [log] [blame]
{
"name": "FlexibleCollectionViewController",
"version": "1.0.5",
"summary": "Generic collection view controller with external data processing",
"description": "Swift library of generic collection view controller with external data processing of functionality, like determine cell’s reuseIdentifier related to indexPath, configuration of requested cell for display and cell selection handler",
"homepage": "https://github.com/dimpiax/FlexibleCollectionViewController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Pilipenko Dima": "dimpiax@gmail.com"
},
"source": {
"git": "https://github.com/dimpiax/FlexibleCollectionViewController.git",
"tag": "1.0.5"
},
"social_media_url": "https://twitter.com/dimpiax",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "FlexibleCollectionViewController/Classes/**/*"
}