blob: 5cca1ff0aecd192631fef37e2d74d7e09a603911 [file] [log] [blame]
{
"name": "Colander",
"version": "0.2.2",
"summary": "A highly customizable iOS calendar view",
"description": "Colander (originally developed for use in the Blue Apron app) provides a customizable,\nvertically scrolling calendar view. Colander allows you to customize the display of dates\nand month headers to match the style of your app.",
"homepage": "https://github.com/blueapron/Colander",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Bryan Oltman": "bryan.oltman@blueapron.com"
},
"source": {
"git": "https://github.com/blueapron/Colander.git",
"tag": "0.2.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Colander/Classes/**/*",
"dependencies": {
"SnapKit": [
"~> 4.0"
],
"SwiftDate": [
"~> 4.5.0"
]
},
"pushed_with_swift_version": "4.0"
}