[Add] SindarinSwiftSDK 1.0.0
[CocoaPods.git] / Specs / c / e / 9 / RMDateSelectionViewController / 2.0.1 / RMDateSelectionViewController.podspec.json
blob99dc5d6ce1e156da5f37ba9f3541df8ef292dd19
2   "name": "RMDateSelectionViewController",
3   "platforms": {
4     "ios": "8.0"
5   },
6   "version": "2.0.1",
7   "summary": "This is an iOS control for selecting a date using UIDatePicker in a UIActionSheet like fashion",
8   "homepage": "https://github.com/CooperRS/RMDateSelectionViewController",
9   "screenshots": [
10     "http://cooperrs.github.io/RMDateSelectionViewController/Images/Blur-Screen-Portrait.png",
11     "http://cooperrs.github.io/RMDateSelectionViewController/Images/Blur-Screen-Landscape.png",
12     "http://cooperrs.github.io/RMDateSelectionViewController/Images/Blur-Screen-Portrait-Black.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/RMDateSelectionViewController.git",
23     "tag": "2.0.1"
24   },
25   "source_files": "RMDateSelectionViewController/*",
26   "requires_arc": true,
27   "dependencies": {
28     "RMActionController": [
29       "~> 1.0.0"
30     ]
31   }