blob: 9235f04d73f7b7efc1cd11e40ae170b8686627f6 [file] [log] [blame]
{
"name": "DayView",
"version": "0.1.0",
"summary": "A view which displays days and corresponding date in a collection view below it with infinite scroll.",
"swift_version": "4.2",
"description": "* A view which displays days and corresponding date in a collection view below it with infinite scroll, paging is enabled and only fetches data as you scroll through.\n* As the view loads the collection view fetches three weeks current week, previous week and the next week\nand fetches later weeks as we scroll through.\n* Initially the collection view scrolls to the current week and highlights current day.",
"homepage": "https://github.com/SaiNaveenMagatala/DayView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"NaveenMagatala": "naveenmagatala@gmail.com"
},
"source": {
"git": "https://github.com/SaiNaveenMagatala/DayView.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "11.0"
},
"source_files": "DayView/Classes/**/*",
"frameworks": "UIKit"
}