blob: 84133ebfa5e39a2882b743f666dd3c47bd97c41e [file] [log] [blame]
{
"name": "FlexiCollectionViewLayout",
"version": "0.3.0",
"summary": "A subclass of UICollectionViewLayout for displaying the non conventional Vertical flow layout with different sizes",
"description": "FlexiCollectionViewLayout is a subclass of UICollectionViewLayout for creating a vertical flow layout with different size items. Idea is to make it dynamic and make it work like the photos section in Messages App. Apps using the layout can define what size of the items that they need and can get the results like the Pinterest apps layout, Messages App photos section or something like tumbler. This layout will be useful for photos, Media(movies or videos) kins of applications where you can have a fancy layout and stand out in a croud of million apps in app store. Apps can use a bigger size items for prominent cells and probably less height but spanning whole width cell for navigational or advertisement items.",
"homepage": "https://github.com/dPackumar/FlexiCollectionViewLayout",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Deepak Kumar": "deepak.hebbar@gmail.com"
},
"source": {
"git": "https://github.com/dPackumar/FlexiCollectionViewLayout.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "FlexiCollectionViewLayout/Classes/**/*",
"pushed_with_swift_version": "3.0"
}