forked from mmick66/CalendarView
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathKDCalendar.podspec
More file actions
24 lines (15 loc) · 823 Bytes
/
KDCalendar.podspec
File metadata and controls
24 lines (15 loc) · 823 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Pod::Spec.new do |s|
s.name = "KDCalendar"
s.version = "1.6.5"
s.summary = "A calendar component with native events support."
s.description = <<-DESC
This is an implementation of a calendar component for iOS written in Swift 4.0. It features both vertical and horizontal layout (and scrolling) and the display of native calendar events.
DESC
s.homepage = "https://github.com/mmick66/CalendarView"
s.screenshots = "https://image.ibb.co/eiDPnb/screenshot.png"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = "Michael Michailidis"
s.platform = :ios, "9.0"
s.source = { :git => "https://github.com/mmick66/CalendarView.git", :tag => s.version }
s.source_files = "Classes", "KDCalendar/CalendarView/**/*.{swift}"
end