blob: 3d489d0f9fbe8b113e85784391c30707ec417022 [file] [log] [blame]
{
"name": "RDVCalendarView",
"version": "1.0.7",
"summary": "Highly customizable calendarView and calendarViewController for iOS",
"description": "RDVCalendarView is iPad and iPhone compatible. Everything can be customized. \n Supports landscape and portrait orientations and is fully localized using NSLocale.",
"homepage": "https://github.com/robbdimitrov/RDVCalendarView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Robert Dimitrov": "robert_dimitrov@me.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/robbdimitrov/RDVCalendarView.git",
"tag": "v1.0.7"
},
"source_files": [
"RDVCalendarView",
"RDVCalendarView/**/*.{h,m}"
],
"frameworks": [
"UIKit",
"CoreGraphics",
"Foundation"
],
"requires_arc": true
}