We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fc0645 commit 098b29bCopy full SHA for 098b29b
SwiftUIMenu.podspec
@@ -1,7 +1,7 @@
1
Pod::Spec.new do |s|
2
3
s.name = "SwiftUIMenu"
4
- s.version = "1.3.0"
+ s.version = "1.0.0"
5
s.summary = "Native component in SwiftUI to implement Menu Navigation Pattern. Easy to use, easy to customize."
6
7
s.description = <<-DESC
@@ -22,7 +22,7 @@ Pod::Spec.new do |s|
22
s.platforms = { :ios => "13.0", :osx => "10.15", :watchos => "6.0" }
23
s.swift_version = "5.1"
24
25
- 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" }
26
s.source_files = "Sources/SwiftUIMenu/**/*.swift"
27
28
s.xcconfig = { "SWIFT_VERSION" => "5.1" }
0 commit comments