blob: 1f79a146164ab1759889bf3e3b5ae95957bf828f [file] [log] [blame]
{
"name": "CalendarDateRangePicker",
"version": "1.5",
"summary": "A calendar date range picker view controller in Swift for iOS.",
"description": "This is a calendar date range picker view controller written in Swift for iOS. The typical use case is where you want the user to input a date range, i.e. a start date and an end date. This view controller allows this in an intuitive way, and is easy to use by implementing the delegate methods. See the example project for a taste.",
"homepage": "https://github.com/Ljuka/CalendarDateRangePicker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ljuka": "ljubom94@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "5",
"source": {
"git": "https://github.com/Ljuka/CalendarDateRangePicker.git"
},
"source_files": "CalendarDateRangePickerViewController/Classes/**/*",
"swift_version": "5"
}