From a46cfd2825d3297910228c63c0e9700b522835e7 Mon Sep 17 00:00:00 2001 From: Ivan Vorobei Date: Thu, 25 Mar 2021 21:45:36 +0300 Subject: [PATCH] Update links. --- .github/FUNDING.yml | 2 +- README.md | 40 ++++++++++++++++++++-------------------- SPAlert.podspec | 6 +++--- 3 files changed, 24 insertions(+), 24 deletions(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 03ab922..d008a1c 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,2 +1,2 @@ -patreon: varabeis +patreon: ivanvorobei custom: https://xcode-shop.com diff --git a/README.md b/README.md index 5d763f7..60fd050 100644 --- a/README.md +++ b/README.md @@ -3,31 +3,31 @@ **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.

- - - + + +

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

- - - - - - - - - - - - + + + + + + + + + + + +

If you like the project, don't forget to `put star ★` and follow me on GitHub: -[![https://github.com/varabeis](https://github.com/varabeis/Readme/blob/main/Buttons/follow-me-varabeis.svg)](https://github.com/varabeis) +[![https://github.com/ivanvorobei](https://github.com/ivanvorobei/Readme/blob/main/Buttons/follow-me-ivanvorobei.svg)](https://github.com/ivanvorobei) ## Migration to 3.0v @@ -66,7 +66,7 @@ The [Swift Package Manager](https://swift.org/package-manager/) is a tool for ma To integrate `SPAlert` into your Xcode project using Xcode 12, specify it in `File > Swift Packages > Add Package Dependency...`: ```ogdl -https://github.com/varabeis/SPAlert +https://github.com/ivanvorobei/SPAlert ``` ### CocoaPods: @@ -141,13 +141,13 @@ You can remove duration and completion, its have default values. ## Other Projects -#### [SPPermissions](https://github.com/varabeis/SPPermissions) +#### [SPPermissions](https://github.com/ivanvorobei/SPPermissions) 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. -#### [SPPerspective](https://github.com/varabeis/SPPerspective) +#### [SPPerspective](https://github.com/ivanvorobei/SPPerspective) 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. -#### [SPDiffable](https://github.com/varabeis/SPDiffable) +#### [SPDiffable](https://github.com/ivanvorobei/SPDiffable) 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. ## Russian Community diff --git a/SPAlert.podspec b/SPAlert.podspec index 7785456..389bc87 100644 --- a/SPAlert.podspec +++ b/SPAlert.podspec @@ -1,9 +1,9 @@ Pod::Spec.new do |s| s.name = 'SPAlert' - s.version = '3.0.4' + s.version = '3.0.5' s.summary = 'Native alert from Apple Music & Feedback. Contains Done, Heart & Message and other presets.' - s.homepage = 'https://github.com/varabeis/SPAlert' + s.homepage = 'https://github.com/ivanvorobei/SPAlert' s.license = { :type => "MIT", :file => "LICENSE" } s.author = { "Ivan Vorobei" => "hello@ivanvorobei.by" } @@ -12,7 +12,7 @@ Pod::Spec.new do |s| s.swift_version = '5.1' s.ios.deployment_target = '12.0' - s.source = { :git => 'https://github.com/varabeis/SPAlert.git', :tag => s.version } + s.source = { :git => 'https://github.com/ivanvorobei/SPAlert.git', :tag => s.version } s.source_files = 'Sources/SPAlert/**/*.swift' end