blob: 447fe43635bae3c355c86545b4dbce3b1b0c7e0a [file] [log] [blame]
{
"name": "DRPickerView",
"version": "0.1.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.1.0"
},
"source_files": "DRPickerView/*.{h,m}",
"requires_arc": true,
"dependencies": {
"Haystack": [
]
}
}