blob: c14e7b0b49941dcccb49f36db79d163d2ae536d2 [file] [log] [blame]
{
"name": "KRNCalendar",
"version": "0.0.3",
"summary": "A Calendar view for iOS",
"description": "Features\n1. Shows a calendar within the specified inrterval (startYear - endYear)\n2. Simple dataSource base on dates\n3. Customisable for your needs",
"homepage": "https://github.com/kireyin/KRNCalendar",
"license": "MIT",
"authors": {
"Kireyin": "abrispot@gmail.com"
},
"source": {
"git": "https://github.com/kireyin/KRNCalendar.git",
"tag": "0.0.3"
},
"platforms": {
"ios": "9.1"
},
"swift_version": "4.2",
"requires_arc": true,
"source_files": "KRNCalendar/KRNCalendar/**/*.swift",
"frameworks": "UIKit",
"resources": [
"KRNCalendar/KRNCalendar/CalendarViewCell.xib",
"KRNCalendar/KRNCalendar/CalendarReusableView.xib"
]
}