blob: 7fb699e8ea4f69a6cd7fc309369b32f69fc225b8 [file] [log] [blame]
{
"name": "RMPickerViewController",
"platforms": {
"ios": "8.0"
},
"version": "2.0.0",
"summary": "This is an iOS control for selecting something using UIPickerView in a UIActionSheet like fashion",
"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.0.0"
},
"source_files": "RMPickerViewController/*",
"requires_arc": true,
"dependencies": {
"RMActionController": [
"~> 1.0.0"
]
}
}