[Add] LastFM.swift 1.5.0
[CocoaPods.git] / Specs / c / e / 9 / RMDateSelectionViewController / 2.3.0 / RMDateSelectionViewController.podspec.json
blob98da1a59f512d626bbb7bfa28ac1c330229ac1b9
2   "name": "RMDateSelectionViewController",
3   "version": "2.3.0",
4   "platforms": {
5     "ios": "8.0"
6   },
7   "summary": "This is an iOS control for selecting a date using UIDatePicker in a UIAlertController like manner",
8   "description": "This framework allows you to select a date by presenting an action sheet. In addition, it allows you to add actions arround the presented date 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 UIDatePicker and some UIActions attached.",
9   "homepage": "https://github.com/CooperRS/RMDateSelectionViewController",
10   "screenshots": [
11     "http://cooperrs.github.io/RMDateSelectionViewController/Images/Blur-Screen-Portrait.png",
12     "http://cooperrs.github.io/RMDateSelectionViewController/Images/Blur-Screen-Landscape.png",
13     "http://cooperrs.github.io/RMDateSelectionViewController/Images/Blur-Screen-Portrait-Black.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/RMDateSelectionViewController.git",
24     "tag": "2.3.0"
25   },
26   "source_files": "RMDateSelectionViewController/*.{h,m}",
27   "requires_arc": true,
28   "dependencies": {
29     "RMActionController": [
30       "~> 1.3.0"
31     ]
32   }