[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / 2 / 0 / 8 / HSDatePickerViewController / 1.0.3 / HSDatePickerViewController.podspec.json
blob773bb36124aded4038715d401dafc87477860543
2   "name": "HSDatePickerViewController",
3   "version": "1.0.3",
4   "summary": "Customizable iOS view controller in Mailbox app style for picking date and time.",
5   "description": "`HSDatePickerViewController` is an iOS ViewController for date and time picking, based on awesome look&feel of Dropbox [Mailbox](http://www.mailboxapp.com/) application with some customization options.\n\nDevelopers can change color of component, picker values formaters, default button texts and minut step.",
6   "homepage": "https://github.com/EmilYo/HSDatePickerViewController",
7   "screenshots": [
8     "https://raw.githubusercontent.com/EmilYo/HSDatePickerViewController/master/screen1.png",
9     "https://raw.githubusercontent.com/EmilYo/HSDatePickerViewController/master/screen2.png"
10   ],
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": "Kamil PowaƂowski",
16   "social_media_url": "http://twitter.com/kamilpowalowski",
17   "platforms": {
18     "ios": "8.0"
19   },
20   "source": {
21     "git": "https://github.com/EmilYo/HSDatePickerViewController.git",
22     "tag": "v1.0.3"
23   },
24   "source_files": [
25     "Classes",
26     "HSDatePickerViewControllerDemo/HSDatePickerViewController/*.{h,m}"
27   ],
28   "resources": "HSDatePickerViewControllerDemo/HSDatePickerViewController/HSDatePickerViewController.xib",
29   "requires_arc": true