[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 4 / 3 / 9 / HorizontalCalendarView / 0.0.1 / HorizontalCalendarView.podspec.json
blob83d0588a8f8ae02a572fd5a818b75dc661e99966
2   "name": "HorizontalCalendarView",
3   "version": "0.0.1",
4   "summary": "A horizontal scrolling calendar.",
5   "description": "Custom UIView with an UICollectionView as calendar.\n\nUse your custom UICollectionView cell if you like.\nTo do that call the right initializer and override configureCalendarCell()\nmethod.",
6   "homepage": "https://github.com/raphaelseher/HorizontalCalendarView",
7   "screenshots": "https://raw.githubusercontent.com/raphaelseher/HorizontalCalendarView/master/calendar.gif",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Raphael Seher": "raphael.seher@gmail.com"
14   },
15   "social_media_url": "http://twitter.com/raphaelseher",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "source": {
20     "git": "https://github.com/raphaelseher/HorizontalCalendarView.git",
21     "tag": "0.0.1"
22   },
23   "source_files": [
24     "HorizontalCalendar",
25     "HorizontalCalendar/**/*.{h,m,swift}"
26   ],
27   "resources": [
28     "HorizontalCalendar/*.xib",
29     "HorizontalCalendar/*.xcassets"
30   ],
31   "requires_arc": true