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