blob: 2c6c1071711f63912b27ac790979400a888b2668 [file] [log] [blame]
{
"name": "RMDateSelectionViewController",
"platforms": {
"ios": "8.0"
},
"version": "2.0.0",
"summary": "iOS control for selecting a date using UIDatePicker in a UIActionSheet like fashion",
"homepage": "https://github.com/CooperRS/RMDateSelectionViewController",
"screenshots": [
"http://cooperrs.github.io/RMDateSelectionViewController/Images/Blur-Screen-Portrait.png",
"http://cooperrs.github.io/RMDateSelectionViewController/Images/Blur-Screen-Landscape.png",
"http://cooperrs.github.io/RMDateSelectionViewController/Images/Blur-Screen-Portrait-Black.png"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Roland Moers": "rm@cooperrs.de"
},
"source": {
"git": "https://github.com/CooperRS/RMDateSelectionViewController.git",
"tag": "2.0.0"
},
"source_files": "RMDateSelectionViewController/*",
"requires_arc": true,
"dependencies": {
"RMActionController": [
"~> 1.0.0"
]
}
}