Downgrade Tooling
Downgrade tooling to Swift Package Manager 5.3
This commit is contained in:
parent
c55d308bb6
commit
9227281984
|
@ -1,4 +1,4 @@
|
||||||
// swift-tools-version:5.5
|
// swift-tools-version:5.3
|
||||||
// The swift-tools-version declares the minimum version of Swift required to build this package.
|
// The swift-tools-version declares the minimum version of Swift required to build this package.
|
||||||
|
|
||||||
import PackageDescription
|
import PackageDescription
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# SwiftletRadioButtonPicker for Swift and SwiftUI
|
# SwiftletRadioButtonPicker for Swift and SwiftUI
|
||||||
|
|
||||||
      
|
      
|
||||||
|
|
||||||
Creates a cross-platform Radio Button Picker that allow the user to select from a small group of options by presenting a list of `SwiftletRadioButton` objects that the user can tap on to select one items from the list.
|
Creates a cross-platform Radio Button Picker that allow the user to select from a small group of options by presenting a list of `SwiftletRadioButton` objects that the user can tap on to select one items from the list.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue