blob: d1013668c3c76f54cdbdd6a332a4470ff345ad68 [file] [log] [blame]
{
"name": "MonthYearPicker",
"version": "4.0.1",
"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.1"
},
"swift_versions": "5.2",
"platforms": {
"ios": "9.0"
},
"source_files": "Sources/MonthYearPicker/**/*.swift",
"frameworks": "UIKit",
"swift_version": "5.2"
}