[Delete] CellBuilder 1.0.2
[CocoaPods.git] / Specs / 7 / f / 5 / RMPickerViewController / 1.1.1 / RMPickerViewController.podspec.json
blob5378ca5cc76337a7ca95ba8893402041a3b38c3a
2   "name": "RMPickerViewController",
3   "version": "1.1.1",
4   "summary": "This is an iOS control for selecting something using UIPickerView in a UIActionSheet like fashion",
5   "homepage": "https://github.com/CooperRS/RMPickerViewController",
6   "screenshots": [
7     "http://cooperrs.github.io/RMPickerViewController/images/Screen1.png",
8     "http://cooperrs.github.io/RMPickerViewController/images/Screen2.png"
9   ],
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "authors": {
15     "Roland Moers": "snippets@cooperrs.de"
16   },
17   "source": {
18     "git": "https://github.com/CooperRS/RMPickerViewController.git",
19     "tag": "1.1.1"
20   },
21   "source_files": "RMPickerViewController/*",
22   "platforms": {
23     "ios": "7.0"
24   },
25   "requires_arc": true,
26   "frameworks": [
27     "CoreGraphics",
28     "QuartzCore"
29   ]