[Add] MapboxCommon 24.10.0-daily-2024-12-24-04-25
[CocoaPods.git] / Specs / 7 / f / 5 / RMPickerViewController / 2.0.2 / RMPickerViewController.podspec.json
blobb57410f275ca97d6246227508f7ef93c594081b3
2   "name": "RMPickerViewController",
3   "platforms": {
4     "ios": "8.0"
5   },
6   "version": "2.0.2",
7   "summary": "This is an iOS control for selecting something using UIPickerView in a UIActionSheet like fashion",
8   "homepage": "https://github.com/CooperRS/RMPickerViewController",
9   "screenshots": [
10     "http://cooperrs.github.io/RMPickerViewController/images/Blur-Screen1.png",
11     "http://cooperrs.github.io/RMPickerViewController/images/Blur-Screen2.png",
12     "http://cooperrs.github.io/RMPickerViewController/images/Blur-Screen3.png"
13   ],
14   "license": {
15     "type": "MIT",
16     "file": "LICENSE"
17   },
18   "authors": {
19     "Roland Moers": "rm@cooperrs.de"
20   },
21   "source": {
22     "git": "https://github.com/CooperRS/RMPickerViewController.git",
23     "tag": "2.0.2"
24   },
25   "source_files": "RMPickerViewController/*",
26   "requires_arc": true,
27   "dependencies": {
28     "RMActionController": [
29       "~> 1.0.0"
30     ]
31   }