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 1
1
# SDWebImageSwiftUI
2
2
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 )
4
4
[ ![ Version] ( https://img.shields.io/cocoapods/v/SDWebImageSwiftUI.svg?style=flat )] ( https://cocoapods.org/pods/SDWebImageSwiftUI )
5
5
[ ![ License] ( https://img.shields.io/cocoapods/l/SDWebImageSwiftUI.svg?style=flat )] ( https://cocoapods.org/pods/SDWebImageSwiftUI )
6
6
[ ![ Platform] ( https://img.shields.io/cocoapods/p/SDWebImageSwiftUI.svg?style=flat )] ( https://cocoapods.org/pods/SDWebImageSwiftUI )
11
11
12
12
This is an experimental project for [ SDWebImage] ( https://github.com/SDWebImage/SDWebImage ) .
13
13
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.
15
15
16
16
+ Swift Package Manager integration
17
17
+ SwiftUI compatibility
18
18
+ Swift source code compatibility
19
19
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
+
20
22
## Requirements
21
23
22
24
+ Xcode 11+
@@ -41,7 +43,7 @@ pod 'SDWebImageSwiftUI'
41
43
SDWebImageSwiftUI is available through [ Carthage] ( https://github.com/Carthage/Carthage ) .
42
44
43
45
```
44
- github "dreampiggy /SDWebImageSwiftUI"
46
+ github "SDWebImage /SDWebImageSwiftUI"
45
47
```
46
48
47
49
#### Swift Package Manager
@@ -51,7 +53,7 @@ SDWebImageSwiftUI is available through [Swift Package Manager](https://swift.org
51
53
``` swift
52
54
let package = Package (
53
55
dependencies : [
54
- .package (url : " https://github.com/dreampiggy /SDWebImageSwiftUI.git" , . branch ( " master " ) )
56
+ .package (url : " https://github.com/SDWebImage /SDWebImageSwiftUI.git" , from : " 0.1 " )
55
57
],
56
58
)
57
59
```
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
16
16
Which aims to provide a better support for SwiftUI users.
17
17
DESC
18
18
19
- s . homepage = 'https://github.com/dreampiggy /SDWebImageSwiftUI'
19
+ s . homepage = 'https://github.com/SDWebImage /SDWebImageSwiftUI'
20
20
s . license = { :type => 'MIT' , :file => 'LICENSE' }
21
21
s . author = { 'DreamPiggy' => '[email protected] ' }
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 }
23
23
24
24
s . ios . deployment_target = '13.0'
25
25
s . osx . deployment_target = '10.15'
You can’t perform that action at this time.
0 commit comments