File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed
Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 11# SDWebImageSwiftUI
22
3- [ ![ CI Status] ( https://travis-ci.com/dreampiggy /SDWebImageSwiftUI.svg?branch=master )] ( https://travis-ci.com/dreampiggy /SDWebImageSwiftUI )
3+ [ ![ CI Status] ( https://travis-ci.com/SDWebImage /SDWebImageSwiftUI.svg?branch=master )] ( https://travis-ci.com/SDWebImage /SDWebImageSwiftUI )
44[ ![ Version] ( https://img.shields.io/cocoapods/v/SDWebImageSwiftUI.svg?style=flat )] ( https://cocoapods.org/pods/SDWebImageSwiftUI )
55[ ![ License] ( https://img.shields.io/cocoapods/l/SDWebImageSwiftUI.svg?style=flat )] ( https://cocoapods.org/pods/SDWebImageSwiftUI )
66[ ![ Platform] ( https://img.shields.io/cocoapods/p/SDWebImageSwiftUI.svg?style=flat )] ( https://cocoapods.org/pods/SDWebImageSwiftUI )
1111
1212This is an experimental project for [ SDWebImage] ( https://github.com/SDWebImage/SDWebImage ) .
1313
14- It aims to ensure the following function available for users and try to do some experiences for Swift platform.
14+ It aims to ensure the following function available for users and try to do some experiment for Swift platform.
1515
1616+ Swift Package Manager integration
1717+ SwiftUI compatibility
1818+ Swift source code compatibility
1919
20+ Note we do not gurantee the public API stable for current status. Since Xcode 11 is not get released and SwiftUI is a new platform for us.
21+
2022## Requirements
2123
2224+ Xcode 11+
@@ -41,7 +43,7 @@ pod 'SDWebImageSwiftUI'
4143SDWebImageSwiftUI is available through [ Carthage] ( https://github.com/Carthage/Carthage ) .
4244
4345```
44- github "dreampiggy /SDWebImageSwiftUI"
46+ github "SDWebImage /SDWebImageSwiftUI"
4547```
4648
4749#### Swift Package Manager
@@ -51,7 +53,7 @@ SDWebImageSwiftUI is available through [Swift Package Manager](https://swift.org
5153``` swift
5254let package = Package (
5355 dependencies : [
54- .package (url : " https://github.com/dreampiggy /SDWebImageSwiftUI.git" , . branch ( " master " ) )
56+ .package (url : " https://github.com/SDWebImage /SDWebImageSwiftUI.git" , from : " 0.1 " )
5557 ],
5658)
5759```
Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ This framework is used to integrate SDWebImage' image loading system to the new
1616Which aims to provide a better support for SwiftUI users.
1717 DESC
1818
19- s . homepage = 'https://github.com/dreampiggy /SDWebImageSwiftUI'
19+ s . homepage = 'https://github.com/SDWebImage /SDWebImageSwiftUI'
2020 s . license = { :type => 'MIT' , :file => 'LICENSE' }
2121 s . author = { 'DreamPiggy' => 'lizhuoli1126@126.com' }
22- s . source = { :git => 'https://github.com/dreampiggy /SDWebImageSwiftUI.git' , :tag => s . version . to_s }
22+ s . source = { :git => 'https://github.com/SDWebImage /SDWebImageSwiftUI.git' , :tag => s . version . to_s }
2323
2424 s . ios . deployment_target = '13.0'
2525 s . osx . deployment_target = '10.15'
You can’t perform that action at this time.
0 commit comments