Skip to content

Commit 098b29b

Browse files
author
Fernando Moya de Rivas
committed
Bump to 1.0.0-beta.1
1 parent 2fc0645 commit 098b29b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SwiftUIMenu.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

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

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

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

2828
s.xcconfig = { "SWIFT_VERSION" => "5.1" }

0 commit comments

Comments
 (0)