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