Skip to content

Commit a46cfd2

Browse files
committed
Update links.
1 parent 83a2de4 commit a46cfd2

File tree

3 files changed

+24
-24
lines changed

3 files changed

+24
-24
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
patreon: varabeis
1+
patreon: ivanvorobei
22
custom: https://xcode-shop.com

README.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3,31 +3,31 @@
33
**Popup from Apple Music & Feedback in AppStore**. Contains `Done`, `Heart`, `Error` and other presets. Supports Dark Mode. I tried to recreate Apple's alerts as much as possible. You can find these alerts in the AppStore after feedback and after you add a song to your library in Apple Music.
44

55
<p float="left">
6-
<img src="https://github.com/varabeis/SPAlert/blob/master/Assets/Readme/Animatable/Done.gif" width="230">
7-
<img src="https://github.com/varabeis/SPAlert/blob/master/Assets/Readme/Animatable/Heart.gif" width="230">
8-
<img src="https://github.com/varabeis/SPAlert/blob/master/Assets/Readme/Animatable/Message.gif" width="230">
6+
<img src="https://github.com/ivanvorobei/SPAlert/blob/master/Assets/Readme/Animatable/Done.gif" width="230">
7+
<img src="https://github.com/ivanvorobei/SPAlert/blob/master/Assets/Readme/Animatable/Heart.gif" width="230">
8+
<img src="https://github.com/ivanvorobei/SPAlert/blob/master/Assets/Readme/Animatable/Message.gif" width="230">
99
</p>
1010

1111
You can create more with custom images and [SFSymbols](https://developer.apple.com/sf-symbols/) more:
1212

1313
<p float="left">
14-
<img src="https://github.com/varabeis/SPAlert/blob/master/Assets/Readme/Miniatures/Bookmark.svg" width="50">
15-
<img src="https://github.com/varabeis/SPAlert/blob/master/Assets/Readme/Miniatures/Moon.svg" width="50">
16-
<img src="https://github.com/varabeis/SPAlert/blob/master/Assets/Readme/Miniatures/Star.svg" width="50">
17-
<img src="https://github.com/varabeis/SPAlert/blob/master/Assets/Readme/Miniatures/Exclamation.svg" width="50">
18-
<img src="https://github.com/varabeis/SPAlert/blob/master/Assets/Readme/Miniatures/Bolt.svg" width="50">
19-
<img src="https://github.com/varabeis/SPAlert/blob/master/Assets/Readme/Miniatures/Cart.svg" width="50">
20-
<img src="https://github.com/varabeis/SPAlert/blob/master/Assets/Readme/Miniatures/Like.svg" width="50">
21-
<img src="https://github.com/varabeis/SPAlert/blob/master/Assets/Readme/Miniatures/Dislike.svg" width="50">
22-
<img src="https://github.com/varabeis/SPAlert/blob/master/Assets/Readme/Miniatures/Privacy.svg" width="50">
23-
<img src="https://github.com/varabeis/SPAlert/blob/master/Assets/Readme/Miniatures/Search.svg" width="50">
24-
<img src="https://github.com/varabeis/SPAlert/blob/master/Assets/Readme/Miniatures/Add.svg" width="50">
25-
<img src="https://github.com/varabeis/SPAlert/blob/master/Assets/Readme/Miniatures/Error.svg" width="50">
14+
<img src="https://github.com/ivanvorobei/SPAlert/blob/master/Assets/Readme/Miniatures/Bookmark.svg" width="50">
15+
<img src="https://github.com/ivanvorobei/SPAlert/blob/master/Assets/Readme/Miniatures/Moon.svg" width="50">
16+
<img src="https://github.com/ivanvorobei/SPAlert/blob/master/Assets/Readme/Miniatures/Star.svg" width="50">
17+
<img src="https://github.com/ivanvorobei/SPAlert/blob/master/Assets/Readme/Miniatures/Exclamation.svg" width="50">
18+
<img src="https://github.com/ivanvorobei/SPAlert/blob/master/Assets/Readme/Miniatures/Bolt.svg" width="50">
19+
<img src="https://github.com/ivanvorobei/SPAlert/blob/master/Assets/Readme/Miniatures/Cart.svg" width="50">
20+
<img src="https://github.com/ivanvorobei/SPAlert/blob/master/Assets/Readme/Miniatures/Like.svg" width="50">
21+
<img src="https://github.com/ivanvorobei/SPAlert/blob/master/Assets/Readme/Miniatures/Dislike.svg" width="50">
22+
<img src="https://github.com/ivanvorobei/SPAlert/blob/master/Assets/Readme/Miniatures/Privacy.svg" width="50">
23+
<img src="https://github.com/ivanvorobei/SPAlert/blob/master/Assets/Readme/Miniatures/Search.svg" width="50">
24+
<img src="https://github.com/ivanvorobei/SPAlert/blob/master/Assets/Readme/Miniatures/Add.svg" width="50">
25+
<img src="https://github.com/ivanvorobei/SPAlert/blob/master/Assets/Readme/Miniatures/Error.svg" width="50">
2626
</p>
2727

2828
If you like the project, don't forget to `put star ★` and follow me on GitHub:
2929

30-
[![https://github.com/varabeis](https://github.com/varabeis/Readme/blob/main/Buttons/follow-me-varabeis.svg)](https://github.com/varabeis)
30+
[![https://github.com/ivanvorobei](https://github.com/ivanvorobei/Readme/blob/main/Buttons/follow-me-ivanvorobei.svg)](https://github.com/ivanvorobei)
3131

3232
## Migration to 3.0v
3333

@@ -66,7 +66,7 @@ The [Swift Package Manager](https://swift.org/package-manager/) is a tool for ma
6666
To integrate `SPAlert` into your Xcode project using Xcode 12, specify it in `File > Swift Packages > Add Package Dependency...`:
6767

6868
```ogdl
69-
https://github.com/varabeis/SPAlert
69+
https://github.com/ivanvorobei/SPAlert
7070
```
7171

7272
### CocoaPods:
@@ -141,13 +141,13 @@ You can remove duration and completion, its have default values.
141141

142142
## Other Projects
143143

144-
#### [SPPermissions](https://github.com/varabeis/SPPermissions)
144+
#### [SPPermissions](https://github.com/ivanvorobei/SPPermissions)
145145
Using for request and check state of permissions. Available native UI for request multiple permissions at the same time. Simple integration and usage like 2 lines code.
146146

147-
#### [SPPerspective](https://github.com/varabeis/SPPerspective)
147+
#### [SPPerspective](https://github.com/ivanvorobei/SPPerspective)
148148
Animation of widgets from iOS 14. 3D transform with dynamic shadow. [Video preview](https://ivanvorobei.by/github/spperspective/video-preview). Available deep customisation 3D and shadow. Also you can use static transform without animation.
149149

150-
#### [SPDiffable](https://github.com/varabeis/SPDiffable)
150+
#### [SPDiffable](https://github.com/ivanvorobei/SPDiffable)
151151
Simplifies working with animated changes in table and collections. Apple's diffable API required models for each object type. If you want use it in many place, you pass time to implement it and get over duplicates codes. This project help do it elegant with shared models and special cell providers. Support side bar iOS14 and already has native cell providers and views.
152152

153153
## Russian Community

SPAlert.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Pod::Spec.new do |s|
22

33
s.name = 'SPAlert'
4-
s.version = '3.0.4'
4+
s.version = '3.0.5'
55
s.summary = 'Native alert from Apple Music & Feedback. Contains Done, Heart & Message and other presets.'
6-
s.homepage = 'https://github.com/varabeis/SPAlert'
6+
s.homepage = 'https://github.com/ivanvorobei/SPAlert'
77
s.license = { :type => "MIT", :file => "LICENSE" }
88

99
s.author = { "Ivan Vorobei" => "[email protected]" }
@@ -12,7 +12,7 @@ Pod::Spec.new do |s|
1212
s.swift_version = '5.1'
1313
s.ios.deployment_target = '12.0'
1414

15-
s.source = { :git => 'https://github.com/varabeis/SPAlert.git', :tag => s.version }
15+
s.source = { :git => 'https://github.com/ivanvorobei/SPAlert.git', :tag => s.version }
1616
s.source_files = 'Sources/SPAlert/**/*.swift'
1717

1818
end

0 commit comments

Comments
 (0)