Skip to content

Commit 5df7ce6

Browse files
committed
Update links.
1 parent 67e39cd commit 5df7ce6

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
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: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Apple's diffable API requerid models for each object type. If you want use it in
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

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

4141
```ogdl
42-
https://github.com/varabeis/SPDiffable
42+
https://github.com/ivanvorobei/SPDiffable
4343
```
4444

4545
### CocoaPods:
@@ -56,7 +56,7 @@ If you prefer not to use any of dependency managers, you can integrate `SPDiffab
5656

5757
## Usage
5858

59-
Before read it, highly recomded check `Example` target in project. It examle show all features, like use stepper and switch, like process actions, create custom models and many other. Also you can skip full undestand logic and read [Ready-use section](https://github.com/varabeis/SPDiffable#ready-use) with minimum of code for start.
59+
Before read it, highly recomded check `Example` target in project. It examle show all features, like use stepper and switch, like process actions, create custom models and many other. Also you can skip full undestand logic and read [Ready-use section](https://github.com/ivanvorobei/SPDiffable#ready-use) with minimum of code for start.
6060

6161
For work with diffable need create model (inside project you found some ready-use models) and do cell provider, which convert data-model to `UITableViewCell` or `UICollectionViewCell`. Next example for table, but all methods and class names available for collections.
6262

@@ -285,16 +285,16 @@ let item = SPDiffableWrapperItem(identifier: "unqi-identifier", model: LocationR
285285

286286
## Other Projects
287287

288-
#### [SPAlert](https://github.com/varabeis/SPAlert)
288+
#### [SPAlert](https://github.com/ivanvorobei/SPAlert)
289289
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.
290290

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

294-
#### [SPPermissions](https://github.com/varabeis/SPPermissions)
294+
#### [SPPermissions](https://github.com/ivanvorobei/SPPermissions)
295295
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.
296296

297-
#### [SparrowKit](https://github.com/varabeis/SparrowKit)
297+
#### [SparrowKit](https://github.com/ivanvorobei/SparrowKit)
298298
Collection of native Swift extensions to boost your development. Support tvOS and watchOS.
299299

300300
Для русского комьюнити

SPDiffable.podspec

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

33
s.name = 'SPDiffable'
4-
s.version = '1.1.5'
4+
s.version = '1.1.6'
55
s.summary = 'Extenshion of Diffable API which allow not duplicate code and use less models.'
6-
s.homepage = 'https://github.com/varabeis/SPDiffable'
7-
s.source = { :git => 'https://github.com/varabeis/SPDiffable.git', :tag => s.version }
6+
s.homepage = 'https://github.com/ivanvorobei/SPDiffable'
7+
s.source = { :git => 'https://github.com/ivanvorobei/SPDiffable.git', :tag => s.version }
88
s.license = { :type => 'MIT', :file => "LICENSE" }
99

1010
s.author = { 'Ivan Vorobei' => 'hello@ivanvorobei.by' }

0 commit comments

Comments
 (0)