blob: 4c9953f9745fa5935dca4fc4d771d38a1b55dd8b [file] [log] [blame]
{
"name": "RMPickerViewController",
"version": "2.3.0",
"platforms": {
"ios": "8.0"
},
"summary": "This is an iOS control for selecting something using UIPickerView in a UIAlertController like fashion",
"description": "This framework allows you to pick something with a picker presented as an action sheet. In addition, it allows you to add actions arround the presented 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 UIPickerView and some UIActions attached.",
"homepage": "https://github.com/CooperRS/RMPickerViewController",
"screenshots": [
"http://cooperrs.github.io/RMPickerViewController/images/Blur-Screen1.png",
"http://cooperrs.github.io/RMPickerViewController/images/Blur-Screen2.png",
"http://cooperrs.github.io/RMPickerViewController/images/Blur-Screen3.png"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Roland Moers": "rm@cooperrs.de"
},
"source": {
"git": "https://github.com/CooperRS/RMPickerViewController.git",
"tag": "2.3.0"
},
"source_files": "RMPickerViewController/*.{h,m}",
"requires_arc": true,
"dependencies": {
"RMActionController": [
"~> 1.2.1"
]
}
}