blob: e1229f958ceb566f6ed45d7869c461dca78bc898 [file] [log] [blame]
{
"name": "MonthYearPicker",
"version": "1.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": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Sources/**/*",
"frameworks": "UIKit"
}