File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
3
3
s . name = "FloatingPanel"
4
- s . version = "2.8.8 "
4
+ s . version = "3.0.0 "
5
5
s . summary = "FloatingPanel is a clean and easy-to-use UI component of a floating panel interface."
6
6
s . description = <<-DESC
7
7
FloatingPanel is a clean and easy-to-use UI component for a new interface introduced in Apple Maps, Shortcuts and Stocks app.
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ FloatingPanel is written in Swift 5.0+ and compatible with iOS 12.0+.
74
74
75
75
## Documentation
76
76
77
- - [ API reference on Swift Package Index] ( https://swiftpackageindex.com/scenee/FloatingPanel/2.8.8 /documentation/floatingpanel )
77
+ - [ API reference on Swift Package Index] ( https://swiftpackageindex.com/scenee/FloatingPanel/3.0.0 /documentation/floatingpanel )
78
78
- [ FloatingPanel SwiftUI API Guide] ( /Documentation/FloatingPanel%20SwiftUI%20API%20Guide.md )
79
79
- [ FloatingPanel API Guide] ( /Documentation/FloatingPanel%20API%20Guide.md )
80
80
- [ FloatingPanel 2.0 Migration Guide] ( /Documentation/FloatingPanel%202.0%20Migration%20Guide.md )
@@ -92,7 +92,7 @@ Just follow [this documentation](https://developer.apple.com/documentation/swift
92
92
In your Package.swift Swift Package Manager manifest, add the following dependency to your dependencies argument:
93
93
94
94
``` swift
95
- .package (url : " https://github.com/scenee/FloatingPanel" , from : " 2.8.8 " ),
95
+ .package (url : " https://github.com/scenee/FloatingPanel" , from : " 3.0.0 " ),
96
96
```
97
97
98
98
Add Numerics as a dependency for your target:
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >2.8.8 </string >
18
+ <string >3.0.0 </string >
19
19
<key >CFBundleVersion </key >
20
20
<string >$(CURRENT_PROJECT_VERSION) </string >
21
21
</dict >
You can’t perform that action at this time.
0 commit comments