| { |
| "name": "HorizontalCalendarView", |
| "version": "0.0.2", |
| "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.2" |
| }, |
| "source_files": [ |
| "HorizontalCalendar", |
| "HorizontalCalendar/**/*.{h,m,swift}" |
| ], |
| "resources": [ |
| "HorizontalCalendar/*.xib", |
| "HorizontalCalendar/*.xcassets" |
| ], |
| "requires_arc": true |
| } |