parent
739d80f740
commit
930231e172
|
@ -17,7 +17,7 @@ It aims to ensure the following function available for users and try to do some
|
|||
+ SwiftUI compatibility
|
||||
+ Swift source code compatibility
|
||||
|
||||
Note we do not guarantee the public API stable for current status. Since SwiftUI is a new platform for us, we need to investigate the API design.
|
||||
Note we do not guarantee the public API stable for current status until v1.0 version. Since SwiftUI is a new platform for us, we need to investigate the API design.
|
||||
|
||||
## Requirements
|
||||
|
||||
|
@ -54,7 +54,7 @@ SDWebImageSwiftUI is available through [Swift Package Manager](https://swift.org
|
|||
```swift
|
||||
let package = Package(
|
||||
dependencies: [
|
||||
.package(url: "https://github.com/SDWebImage/SDWebImageSwiftUI.git", from: "0.2")
|
||||
.package(url: "https://github.com/SDWebImage/SDWebImageSwiftUI.git", from: "0.3")
|
||||
],
|
||||
)
|
||||
```
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
Pod::Spec.new do |s|
|
||||
s.name = 'SDWebImageSwiftUI'
|
||||
s.version = '0.2.0'
|
||||
s.version = '0.3.0'
|
||||
s.summary = 'Integration of SDWebImage Asynchronous image loading and SwiftUI framework'
|
||||
|
||||
s.description = <<-DESC
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>0.2.0</string>
|
||||
<string>0.3.0</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>$(CURRENT_PROJECT_VERSION)</string>
|
||||
</dict>
|
||||
|
|
Loading…
Reference in New Issue