diff --git a/Fastis.podspec b/Fastis.podspec index 92d046e..d57e0d6 100644 --- a/Fastis.podspec +++ b/Fastis.podspec @@ -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. @@ -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' diff --git a/Package.swift b/Package.swift index a770195..faa21a1 100644 --- a/Package.swift +++ b/Package.swift @@ -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(