forked from patchthecode/JTAppleCalendar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
JTAppleCalendar.podspec
23 lines (18 loc) · 944 Bytes
/
JTAppleCalendar.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Pod::Spec.new do |s|
s.name = "JTAppleCalendar"
s.version = "8.0.5"
s.summary = "The Unofficial Swift Apple Calendar Library. View. Control. for iOS & tvOS"
s.description = <<-DESC
A highly configurable Apple calendar control. Contains features like boundary dates, month and week view. Very light weight.
DESC
s.homepage = "https://patchthecode.com"
# s.screenshots = "https://patchthecode.github.io/"
s.license = 'MIT'
s.author = { "JayT" => "patchthecode@gmail.com" }
s.source = { :git => "https://github.com/patchthecode/JTAppleCalendar.git", :tag => s.version.to_s }
s.swift_version = '5'
s.ios.deployment_target = '11.0'
s.tvos.deployment_target = '11.0'
s.source_files = 'Sources/JTAppleCalendar/*.swift'
s.resource_bundles = {'JTAppleCalendar' => ['Sources/JTAppleCalendar/PrivacyInfo.xcprivacy']}
end