Skip to content

Commit b5aae6a

Browse files
committed
Update the information from personal repo to SDWebImage organization
1 parent 98dcd2d commit b5aae6a

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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)
@@ -11,12 +11,14 @@
1111

1212
This 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'
4143
SDWebImageSwiftUI 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
5254
let 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
```

SDWebImageSwiftUI.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ This framework is used to integrate SDWebImage' image loading system to the new
1616
Which 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' => '[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 }
2323

2424
s.ios.deployment_target = '13.0'
2525
s.osx.deployment_target = '10.15'

0 commit comments

Comments
 (0)