Skip to content

Commit

Permalink
Fix cocoapods
Browse files Browse the repository at this point in the history
  • Loading branch information
ilia3546 committed Aug 26, 2022
1 parent 99e449c commit cb81226
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 1 addition & 3 deletions Fastis.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Fastis'
s.version = '1.0.15'
s.version = '2.0.0'
s.summary = "Simple date picker created using JTAppleCalendar library"
s.description = <<-DESC
Fastis is a fully customizable UI component for picking dates and ranges created using JTAppleCalendar library.
Expand All @@ -18,9 +18,7 @@ Pod::Spec.new do |s|

s.source_files = [
"Sources/**/*.swift",
"Derived/Sources/*.swift"
]
s.resources = "Resources/*.xcassets"

s.dependency 'SnapKit', '~> 5.0.0'
s.dependency 'JTAppleCalendar', '~> 8.0.0'
Expand Down
3 changes: 1 addition & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ let package = Package(
dependencies: [
.package(url: "https://github.com/patchthecode/JTAppleCalendar", from: "8.0.3"),
.package(url: "https://github.com/SnapKit/SnapKit", from: "5.0.1"),
.package(url: "https://github.com/ilia3546/PrettyCards", from: "1.0.4"),
.package(url: "https://github.com/apple/swift-docc-plugin.git", from: "1.0.0")
.package(url: "https://github.com/ilia3546/PrettyCards", from: "1.0.4")
],
targets: [
.target(
Expand Down

0 comments on commit cb81226

Please sign in to comment.