File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'Fastis'
3- s . version = '1 .0.15 '
3+ s . version = '2 .0.0 '
44 s . summary = "Simple date picker created using JTAppleCalendar library"
55 s . description = <<-DESC
66 Fastis is a fully customizable UI component for picking dates and ranges created using JTAppleCalendar library.
@@ -18,9 +18,7 @@ Pod::Spec.new do |s|
1818
1919 s . source_files = [
2020 "Sources/**/*.swift" ,
21- "Derived/Sources/*.swift"
2221 ]
23- s . resources = "Resources/*.xcassets"
2422
2523 s . dependency 'SnapKit' , '~> 5.0.0'
2624 s . dependency 'JTAppleCalendar' , '~> 8.0.0'
Original file line number Diff line number Diff line change @@ -35,8 +35,7 @@ let package = Package(
3535 dependencies: [
3636 . package ( url: " https://github.com/patchthecode/JTAppleCalendar " , from: " 8.0.3 " ) ,
3737 . package ( url: " https://github.com/SnapKit/SnapKit " , from: " 5.0.1 " ) ,
38- . package ( url: " https://github.com/ilia3546/PrettyCards " , from: " 1.0.4 " ) ,
39- . package ( url: " https://github.com/apple/swift-docc-plugin.git " , from: " 1.0.0 " )
38+ . package ( url: " https://github.com/ilia3546/PrettyCards " , from: " 1.0.4 " )
4039 ] ,
4140 targets: [
4241 . target(
You can’t perform that action at this time.
0 commit comments