blob: bc3f7a9c7579074140376d20d2c2c95c5c42929b [file] [log] [blame]
{
"name": "RMDateSelectionViewController",
"version": "0.9.1",
"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/Screen-Portrait.png",
"http://cooperrs.github.io/RMDateSelectionViewController/Images/Screen-Landscape.png",
"http://cooperrs.github.io/RMDateSelectionViewController/Images/Screen-Portrait-Black.png"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Roland Moers": "snippets@cooperrs.de"
},
"source": {
"git": "https://github.com/CooperRS/RMDateSelectionViewController.git",
"tag": "0.9.1"
},
"source_files": "RMDateSelectionViewController/*",
"resources": "RMDateSelectionViewController/*.lproj",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"frameworks": [
"CoreGraphics",
"QuartzCore"
],
"deprecated": true
}