Skip to content

Commit fb09af0

Browse files
Updated version to 0.12.0
1 parent c807fc2 commit fb09af0

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
@@ -54,15 +54,15 @@ It looks very similar to the alerts displayed in Podcasts, Apple Music and News
5454
To install StatusAlert using [CocoaPods](http://cocoapods.org), add the following line to your `Podfile`:
5555

5656
```ruby
57-
pod 'StatusAlert', '~> 0.11.0'
57+
pod 'StatusAlert', '~> 0.12.0'
5858
```
5959

6060
### Carthage
6161

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

6464
```ruby
65-
github "LowKostKustomz/StatusAlert" ~> 0.11.0
65+
github "LowKostKustomz/StatusAlert" ~> 0.12.0
6666
```
6767

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

7272
```swift
7373
dependencies: [
74-
.package(url: "https://github.com/LowKostKustomz/StatusAlert.git", .exact("0.11.0"))
74+
.package(url: "https://github.com/LowKostKustomz/StatusAlert.git", .exact("0.12.0"))
7575
]
7676
```
7777

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.11.0'
3+
s.version = '0.12.0'
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)