blob: dff030f24a916b024362558c4d8efe47b78c13fd [file] [log] [blame]
{
"name": "TBHourMinutePickerView",
"version": "0.1.1",
"summary": "A subclass of UIPickerVew that make a custom control of hour and minutes selection",
"description": "This CocoaPod provides the ability to use a UIPickerView as a control to select a hour and an minute, with easy setup.",
"homepage": "https://github.com/thiagotmb/TBHourMinutePickerView",
"license": "MIT",
"authors": {
"thiagotmb": "tmb0710@gmail.com"
},
"source": {
"git": "https://github.com/thiagotmb/TBHourMinutePickerView.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"TBHourMinutePickerView": [
"Pod/Assets/*.png"
]
}
}