Skip to content

Commit 04fc489

Browse files
Updated to version 0.10.1
1 parent 24e7c2f commit 04fc489

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Example/Pods/Target Support Files/StatusAlert/Info.plist

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,15 +62,15 @@ It looks very similar to the alerts displayed in Podcasts, Apple Music and News
6262
To install StatusAlert using [CocoaPods](http://cocoapods.org), add the following line to your `Podfile`:
6363

6464
```ruby
65-
pod 'StatusAlert', '~> 0.10.0'
65+
pod 'StatusAlert', '~> 0.10.1'
6666
```
6767

6868
### Carthage
6969

7070
To install StatusAlert using [Carthage](https://github.com/Carthage/Carthage), add the following line to your `Cartfile`:
7171

7272
```ruby
73-
github "LowKostKustomz/StatusAlert" ~> 0.10.0
73+
github "LowKostKustomz/StatusAlert" ~> 0.10.1
7474
```
7575

7676
### Swift Package Manager
@@ -79,7 +79,7 @@ To install StatusAlert using [Swift Package Manager](https://github.com/apple/sw
7979

8080
```swift
8181
dependencies: [
82-
.package(url: "https://github.com/LowKostKustomz/StatusAlert.git", .exact("0.10.0"))
82+
.package(url: "https://github.com/LowKostKustomz/StatusAlert.git", .exact("0.10.1"))
8383
]
8484
```
8585

StatusAlert.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'StatusAlert'
3-
s.version = '0.10.0'
3+
s.version = '0.10.1'
44
s.summary = 'Display Apple system-like status alerts for iOS'
55
s.description = <<-DESC
66
StatusAlert is an iOS framework that displays status alerts similar to Apple's system self-hiding alerts. It is well suited for notifying user without interrupting user flow in iOS-like way.

0 commit comments

Comments
 (0)