Skip to content

Commit 3218466

Browse files
committed
Update to 2.0.1
Add `Error` preset. Update Readme.
1 parent 35b7374 commit 3218466

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SPAlert
22

3-
**Popup from Apple Music & Feedback in AppStore**. Contains `Done`, `Heart` & `Message` presets. `Done` preset include animation. Also support Dark Mode. I clone Apple's alerts as much as possible. You can find this alerts in AppStore after feedback and after added song to library in Apple Music.
3+
**Popup from Apple Music & Feedback in AppStore**. Contains `Done`, `Heart`, `Error` & `Message` presets. Support Dark Mode. I clone Apple's alerts as much as possible. You can find this alerts in AppStore after feedback and after added song to library in Apple Music.
44

55
<p float="left">
66
<img src="https://github.com/ivanvorobei/SPAlert/blob/master/Assets/Readme/Preview%20-%20Done.gif" width="250">
@@ -9,7 +9,7 @@
99
</p>
1010

1111
If you like the project, do not forget to `put star ★` and follow me on GitHub. For help project, see [Сooperation](#сooperation) section.
12-
I am use it in app [Debts - Spending tracker](https://itunes.apple.com/app/id1446635818). You can bue source code this app in my store for iOS developers:
12+
I am use this repo in app [Debts - Spending tracker](https://itunes.apple.com/app/id1446635818). You can buy source code this app in my store for iOS developers:
1313

1414
[![xcode-shop.com](https://github.com/ivanvorobei/SPPermissions/blob/master/Assets/Buttons/xcode-shop.svg)](https://xcode-shop.com)
1515
[![https://github.com/ivanvorobei](https://github.com/ivanvorobei/SPPermissions/blob/master/Assets/Buttons/follow-me-on-github.svg)](https://github.com/ivanvorobei)
@@ -91,7 +91,7 @@ SPAlert.present(message: "Empty UITextField")
9191

9292
## Usage
9393

94-
Sometimes it may require deep customization. In this section, I will show you what you can do.
94+
For now supporting `Done`, `Heart`, `Error` & `Message` presets. Sometimes it may require deep customization. In this section, I will show you what you can do.
9595

9696
### Duration
9797

SPAlert.podspec

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

33
s.name = "SPAlert"
4-
s.version = "2.0"
4+
s.version = "2.0.1"
55
s.summary = "Native alert from Apple Music & Feedback. Contains Done, Heart & Message presets."
66
s.homepage = "https://github.com/IvanVorobei/SPAlert"
77
s.source = { :git => "https://github.com/IvanVorobei/SPAlert.git", :tag => s.version }
@@ -16,4 +16,4 @@ Pod::Spec.new do |s|
1616

1717
s.source_files = "Source/SPAlert/**/*.swift"
1818

19-
end
19+
end

0 commit comments

Comments
 (0)