blob: 83d0588a8f8ae02a572fd5a818b75dc661e99966 [file] [log] [blame]
{
"name": "HorizontalCalendarView",
"version": "0.0.1",
"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": "0.0.1"
},
"source_files": [
"HorizontalCalendar",
"HorizontalCalendar/**/*.{h,m,swift}"
],
"resources": [
"HorizontalCalendar/*.xib",
"HorizontalCalendar/*.xcassets"
],
"requires_arc": true
}