blob: 9c2b907d9bf6da6d50e1107a1d1fb7f47784afac [file] [log] [blame]
{
"name": "RDVCalendarView",
"version": "1.0.2",
"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.2"
},
"source_files": [
"RDVCalendarView",
"RDVCalendarView/**/*.{h,m}"
],
"frameworks": [
"UIKit",
"CoreGraphics",
"Foundation"
],
"requires_arc": true
}