blob: 8a224c3f3b17a372f895222f48da04d1719edef3 [file] [log] [blame]
{
"name": "MonthYearPicker",
"version": "4.0.0",
"summary": "A UIControl subclass that allows users to select month and year",
"description": "`UIDatePicker` doesn't have a mode for month/year, which is commonly used\nin credit card forms. MonthYearPicker is a `UIControl` subclass that displays\n localised months and years.",
"homepage": "https://github.com/alexanderedge/MonthYearPicker",
"license": "MIT",
"authors": {
"Alexander Edge": "alex@alexedge.co.uk"
},
"source": {
"git": "https://github.com/alexanderedge/MonthYearPicker.git",
"tag": "4.0.0"
},
"swift_versions": "5.2",
"platforms": {
"ios": "9.0"
},
"source_files": "Sources/**/*",
"frameworks": "UIKit",
"swift_version": "5.2"
}