Skip to content

Commit

Permalink
Bump 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
malcommac committed Sep 12, 2022
1 parent 4dc40e7 commit 5d94322
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 67 deletions.
13 changes: 6 additions & 7 deletions SwiftDate.podspec
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
Pod::Spec.new do |s|
s.name = "SwiftDate"
s.version = "6.3.1"
s.version = "7.0.0"
s.summary = "The best way to deal with Dates & Time Zones in Swift"
s.homepage = "https://github.com/malcommac/SwiftDate.git"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Daniele Margutti" => "[email protected]" }
s.social_media_url = "https://twitter.com/danielemargutti"
s.ios.deployment_target = "9.0"
s.osx.deployment_target = "10.10"
s.watchos.deployment_target = "2.0"
s.tvos.deployment_target = "9.0"
s.ios.deployment_target = "13.0"
s.osx.deployment_target = "10.15"
s.watchos.deployment_target = "6.0"
s.tvos.deployment_target = "13.0"
s.source = { :git => "https://github.com/malcommac/SwiftDate.git", :tag => s.version.to_s }
s.source_files = 'Sources/**/*.swift'
s.frameworks = "Foundation"
s.swift_versions = ['5.0', '5.1']
s.resources = 'Sources/SwiftDate/Formatters/RelativeFormatter/langs'
s.swift_versions = ['5.5']
end
60 changes: 0 additions & 60 deletions Tests/SwiftDateTests/TestDateInRegion+Langs.swift

This file was deleted.

0 comments on commit 5d94322

Please sign in to comment.