[Add] MapboxCommon 24.10.0-daily-2024-12-14-04-25
[CocoaPods.git] / Specs / 0 / b / f / JSDatePickerView / 0.1.2 / JSDatePickerView.podspec.json
blob559c6be8cbc802324d4e9d1f16f7a69391b7a74c
2   "name": "JSDatePickerView",
3   "version": "0.1.2",
4   "summary": "This is a custom DatePicker UIView",
5   "description": "This custom DatePicker UIView allows the user to switch dates in different ways.  The user could use the built in arrows to switch day by day.\nOr, the user could press on the UIView and use the custom popout calendar to select a new day.",
6   "homepage": "https://github.com/jseidman95/JSDatePickerView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Jesse Seidman": "seidmanjesse@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/jseidman95/JSDatePickerView.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "10.3.1"
20   },
21   "source_files": "JSDatePickerView/*",
22   "resource_bundles": {
23     "JSDatePickerView": [
24       "JSDatePickerView/**/*.png"
25     ]
26   },
27   "pushed_with_swift_version": "4.0"