Skip to content

Commit

Permalink
Bump to 1.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando Moya de Rivas committed Feb 25, 2020
1 parent 2fc0645 commit 098b29b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SwiftUIMenu.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "SwiftUIMenu"
s.version = "1.3.0"
s.version = "1.0.0"
s.summary = "Native component in SwiftUI to implement Menu Navigation Pattern. Easy to use, easy to customize."

s.description = <<-DESC
Expand All @@ -22,7 +22,7 @@ Pod::Spec.new do |s|
s.platforms = { :ios => "13.0", :osx => "10.15", :watchos => "6.0" }
s.swift_version = "5.1"

s.source = { :git => "https://github.com/fermoya/SwiftUIMenu.git", :tag => "#{s.version}" }
s.source = { :git => "https://github.com/fermoya/SwiftUIMenu.git", :tag => "#{s.version}-beta.1" }
s.source_files = "Sources/SwiftUIMenu/**/*.swift"

s.xcconfig = { "SWIFT_VERSION" => "5.1" }
Expand Down

0 comments on commit 098b29b

Please sign in to comment.