[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 6 / 8 / f / RMHCalendarView / 0.1.0 / RMHCalendarView.podspec.json
blob1c36281efc07373a7022c8759f2b3daf0437c563
2   "name": "RMHCalendarView",
3   "version": "0.1.0",
4   "summary": "A configurable calendar that supports single or multiple date selection",
5   "description": "RMHCalendarview is a configurable calendar view that supports single or multiple date selection.  A default style is provided, along with an option to pass the default style a color theme.  If you want to fully customize your calendar view, pass in your own StyleConfigProtocol implementation.",
6   "homepage": "https://github.com/rhogan11/RMHCalendarView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "rhogan11": "reed.hogan.11@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/rhogan11/RMHCalendarView.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "RMHCalendarView/Classes/**/*",
22   "resource_bundles": {
23     "RMHCalendarView": [
24       "RMHCalendarView/**/*.xib"
25     ]
26   },
27   "frameworks": "UIKit",
28   "pushed_with_swift_version": "4.0"