Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitrii Coolerov committed Dec 28, 2022
1 parent 445a9d4 commit c505a3a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Highway.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Highway"
s.version = "0.18.0"
s.version = "1.0.0"
s.summary = "Fast Multi-store Redux-like architecture framework for iOS/OSX applications"
s.description = <<-DESC
Fast Multi-store Redux-like architecture framework for iOS/OSX applications.
Expand All @@ -12,8 +12,8 @@ Pod::Spec.new do |s|
s.author = {
"Dmitrii Cooler" => "[email protected]"
}
# s.documentation_url = "https://highway.github.io/Highway/"
# s.social_media_url = "https://twitter.com/cooler333"
s.documentation_url = "https://github.com/cooler333/Highway"

s.source = {
:git => "https://github.com/cooler333/Highway.git",
:tag => s.version.to_s
Expand All @@ -34,5 +34,5 @@ Pod::Spec.new do |s|
end

s.source_files = 'Sources/Highway/**/*.swift'
s.swift_versions = ["5.6", "5.5", "5.4"]
s.swift_versions = ["5.7", "5.6", "5.5", "5.4"]
end

0 comments on commit c505a3a

Please sign in to comment.