blob: a94b239b51563c147babc2fd0d4ab13b8f8a1fdc [file] [log] [blame]
{
"name": "HorizontalCalendarView",
"version": "0.0.3",
"summary": "A horizontal scrolling calendar.",
"description": "Custom UIView with an UICollectionView as calendar.\n\nUse your custom UICollectionView cell if you like.\nTo do that call the right initializer and override configureCalendarCell()\nmethod.",
"homepage": "https://github.com/raphaelseher/HorizontalCalendarView",
"screenshots": "https://raw.githubusercontent.com/raphaelseher/HorizontalCalendarView/master/calendar.gif",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Raphael Seher": "raphael.seher@gmail.com"
},
"social_media_url": "http://twitter.com/raphaelseher",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/raphaelseher/HorizontalCalendarView.git",
"tag": "v0.0.3"
},
"source_files": [
"HorizontalCalendar",
"HorizontalCalendar/**/*.{h,m,swift}"
],
"resources": [
"HorizontalCalendar/*.xib",
"HorizontalCalendar/*.xcassets"
],
"requires_arc": true,
"pushed_with_swift_version": "3.0"
}