forked from CVCalendar/CVCalendar
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCVCalendar.podspec
More file actions
19 lines (16 loc) · 858 Bytes
/
CVCalendar.podspec
File metadata and controls
19 lines (16 loc) · 858 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Pod::Spec.new do |s|
s.name = 'CVCalendar'
s.version = '1.6.2'
s.summary = 'A custom visual calendar for iOS 8+ written in Swift (>= 4.0).'
s.homepage = 'https://github.com/CVCalendar/CVCalendar'
s.screenshot = 'https://raw.githubusercontent.com/CVCalendar/CVCalendar/master/Screenshots/CVCalendar_White.png'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.authors = { 'Eugene Mozharovsky' => 'mozharovsky@live.com', 'Jonas-Taha El Sesiy' => 'info@elsesiy.com' }
s.platform = :ios, '8.0'
s.ios.deployment_target = '8.0'
s.source = { :git => 'https://github.com/CVCalendar/CVCalendar.git', :tag => s.version }
s.source_files = 'CVCalendar/*.swift'
s.requires_arc = true
# This is not accurate anymore as different versions are supported, but no range possible as of today
s.swift_version = '4.2'
end