blob: c5521044abf074350a59bd7893e641d24942ac39 [file] [log] [blame]
{
"name": "EPCalendarPicker",
"version": "1.0.2",
"summary": "Colourful calendar component for iOS written in Swift",
"description": "Features\n1. Single selection and multiselection option\n2. Customization on changing the colors of the dates\n3. Delegates to capture teh selected dates\n4. Option to define the calendar start and ending year",
"homepage": "https://github.com/ipraba/EPCalendarPicker",
"license": "MIT",
"authors": {
"Prabaharan": "mailprabaharan.e@gmail.com"
},
"source": {
"git": "https://github.com/ipraba/EPCalendarPicker.git",
"tag": "1.0.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "EPCalendar/EPCalendarPicker",
"frameworks": "UIKit",
"resources": [
"EPCalendar/EPCalendarPicker/EPCalendarCell1.xib",
"EPCalendar/EPCalendarPicker/EPCalendarHeaderView.xib"
]
}