blob: bf0b91d5d6dc14e299de5655b3784076ea023c3d [file] [log] [blame]
{
"name": "RMDateSelectionViewController",
"version": "2.2.1",
"platforms": {
"ios": "8.0"
},
"summary": "This is an iOS control for selecting a date using UIDatePicker in a UIAlertController like manner",
"description": "This framework allows you to select a date by presenting an action sheet. In addition, it allows you to add actions arround the presented date picker which behave like a button and can be tapped by the user. The result looks very much like an UIActionSheet or UIAlertController with a UIDatePicker and some UIActions attached.",
"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.2.1"
},
"source_files": "RMDateSelectionViewController/*.{h,m}",
"requires_arc": true,
"dependencies": {
"RMActionController": [
"~> 1.2.1"
]
}
}