blob: 76e0d4e606cd3864dc2f82e0cbf43ee3cf2c838d [file] [log] [blame]
{
"name": "PMEDatePicker",
"version": "0.0.2",
"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\n",
"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.0.2"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true
}