blob: 78ae63b74b848c5c4f9f41573acf008e6605fecb [file] [log] [blame]
{
"name": "DRPickerView",
"version": "0.2.0",
"summary": "A simple UIView subclass that wraps UIDatePicker and UIPickerView in a single view.",
"description": " DRPickerView is a simple UIView subclass that wraps both UIDatePicker and UIPickerView objects and provides a nice working picker.\n",
"homepage": "http://github.com/Legoless/DRPickerView",
"license": "MIT",
"authors": {
"Dal Rupnik": "legoless@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/Legoless/DRPickerView.git",
"tag": "0.2.0"
},
"source_files": "DRPickerView/*.{h,m}",
"requires_arc": true,
"dependencies": {
"Haystack": [
]
}
}