blob: b3df6ae7005af7f5699cf8d901e64b38b500eed5 [file] [log] [blame]
{
"name": "PMEDatePicker",
"version": "0.1.0",
"summary": "DatePicker with configurable date components",
"description": "* compared to UIDatePicker you decide if you want to display day, month, year, hour, minute and am/pm in any combination\n* supported date symbols are yyyy, MMM, d, HH, h, mm, j, a\n* order of the date components, month and AM/PM symbols is defined by the current NSLocale\n* availability of AM / PM is automatically defined by NSLocale except you explicitely set it\n* supports minimumDate and maximumDate\n* UIPickerView subclass",
"homepage": "https://github.com/michaelkamphausen/PMEDatePicker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Michael Kamphausen",
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/michaelkamphausen/PMEDatePicker.git",
"tag": "0.1.0"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true
}