[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 6 / 0 / 8 / MonthYearPicker / 2.0.0 / MonthYearPicker.podspec.json
blobb6f0c4fd16b4fe5e9a97e8c423e174b2cc8a535e
2   "name": "MonthYearPicker",
3   "version": "2.0.0",
4   "summary": "A UIDatePicker subclass that allows users to select a month and a year",
5   "description": "`UIDatePicker` doesn't have a mode for month/year, which is commonly used\nin credit card forms. MonthYearPicker is a `UIDatePicker` subclass that displays\n localized months and years.",
6   "homepage": "https://github.com/alexanderedge/MonthYearPicker",
7   "license": "MIT",
8   "authors": {
9     "Alexander Edge": "alex@alexedge.co.uk"
10   },
11   "source": {
12     "git": "https://github.com/alexanderedge/MonthYearPicker.git",
13     "tag": "2.0.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Sources/**/*",
20   "frameworks": "UIKit",
21   "pushed_with_swift_version": "3.0"