Skip to content

Commit 4989515

Browse files
committed
Update links.
1 parent c3f8c11 commit 4989515

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ If you have time, please, add description and docs for functions.
44

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

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

99
## Navigate
1010

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

2626
```ogdl
27-
https://github.com/varabeis/SparrowKit
27+
https://github.com/ivanvorobei/SparrowKit
2828
```
2929

3030
### CocoaPods:
@@ -41,16 +41,16 @@ If you prefer not to use any of dependency managers, you can integrate `SparrowK
4141

4242
## Other Projects
4343

44-
#### [SPPermissions](https://github.com/varabeis/SPPermissions)
44+
#### [SPPermissions](https://github.com/ivanvorobei/SPPermissions)
4545
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.
4646

47-
#### [SPAlert](https://github.com/varabeis/SPAlert)
47+
#### [SPAlert](https://github.com/ivanvorobei/SPAlert)
4848
You can find this alerts in AppStore after feedback or after added song to library in Apple Music. Contains popular Done, Heart presets and many other. Done preset present with draw path animation like original. Also available simple present message without icon. Usage in one line code.
4949

50-
#### [SPPerspective](https://github.com/varabeis/SPPerspective)
50+
#### [SPPerspective](https://github.com/ivanvorobei/SPPerspective)
5151
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.
5252

53-
#### [SPDiffable](https://github.com/varabeis/SPDiffable)
53+
#### [SPDiffable](https://github.com/ivanvorobei/SPDiffable)
5454
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.
5555

5656
## Russian Community

SparrowKit.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 = 'SparrowKit'
4-
s.version = '3.0.2'
4+
s.version = '3.0.3'
55
s.summary = 'Collection of native Swift extensions to boost your development. Support tvOS and watchOS.'
6-
s.homepage = 'https://github.com/varabeis/SparrowKit'
6+
s.homepage = 'https://github.com/ivanvorobei/SparrowKit'
77
s.license = { :type => "MIT", :file => "LICENSE" }
88

99
s.author = { "Ivan Vorobei" => "[email protected]" }
@@ -14,7 +14,7 @@ Pod::Spec.new do |s|
1414
s.tvos.deployment_target = '12.0'
1515
s.watchos.deployment_target = '6.0'
1616

17-
s.source = { :git => 'https://github.com/varabeis/SparrowKit.git', :tag => s.version }
17+
s.source = { :git => 'https://github.com/ivanvorobei/SparrowKit.git', :tag => s.version }
1818
s.source_files = 'Sources/SparrowKit/**/*.swift'
1919

2020
end

0 commit comments

Comments
 (0)