blob: b6f0c4fd16b4fe5e9a97e8c423e174b2cc8a535e [file] [log] [blame]
{
"name": "MonthYearPicker",
"version": "2.0.0",
"summary": "A UIDatePicker subclass that allows users to select a month and a year",
"description": "`UIDatePicker` doesn't have a mode for month/year, which is commonly used\nin credit card forms. MonthYearPicker is a `UIDatePicker` subclass that displays\n localized 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": "2.0.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Sources/**/*",
"frameworks": "UIKit",
"pushed_with_swift_version": "3.0"
}