[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 6 / f / b / SingleDatePickerCalendar / 0.0.6 / SingleDatePickerCalendar.podspec.json
blobe01b69be70c49bead46421dc4f4390614ec7da45
2   "name": "SingleDatePickerCalendar",
3   "version": "0.0.6",
4   "summary": "A finite 12 month a year calendar that allow a single date pick",
5   "description": "Need a quick calendar event without range selection and complication? This is a simple and  reuseable Calendar component for a ToDo App that allow user to switch between year and select a single date event of a month",
6   "homepage": "https://github.com/tdle94/SingleDatePickerCalendar",
7   "swift_version": "5",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "tdle94": "tuyendle92@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/tdle94/SingleDatePickerCalendar.git",
17     "tag": "0.0.6"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "SingleDatePickerCalendar/Classes/**/*",
23   "resources": "SingleDatePickerCalendar/Assets/**/*.{png}",
24   "resource_bundles": {
25     "SingleDatePickerCalendar": [
26       "SingleDatePickerCalendar/Assets/**/*.{png}"
27     ]
28   }