Skip to content

Commit cb81226

Browse files
committed
Fix cocoapods
1 parent 99e449c commit cb81226

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

Fastis.podspec

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::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'

Package.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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(

0 commit comments

Comments
 (0)