[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / 0 / a / CalendarDateRangePicker / 1.0 / CalendarDateRangePicker.podspec.json
blob83f6e4149b853d7bb6ce9955b3d5e07d2e643a7a
2   "name": "CalendarDateRangePicker",
3   "version": "1.0",
4   "summary": "A calendar date range picker view controller in Swift for iOS.",
5   "description": "This is a calendar date range picker view controller written in Swift for iOS. The typical use case is where you want the user to input a date range, i.e. a start date and an end date. This view controller allows this in an intuitive way, and is easy to use by implementing the delegate methods. See the example project for a taste.",
6   "homepage": "https://github.com/Ljuka/CalendarDateRangePicker",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Ljuka": "ljubom94@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/Ljuka/CalendarDateRangePicker.git",
19     "commit": "2d50fa964c6f89e3313e74ab48a29305fd377370",
20     "tag": "1.0"
21   },
22   "source_files": "CalendarDateRangePickerViewController/Classes/**/*"