Skip to content

Commit

Permalink
Updated version to 0.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LowKostKustomz committed Oct 21, 2018
1 parent bdc2b46 commit 6b534c0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Example/Pods/Target Support Files/StatusAlert/Info.plist

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@ It looks very similar to the alerts displayed in Podcasts, Apple Music and News
To install StatusAlert using [CocoaPods](http://cocoapods.org), add the following line to your `Podfile`:

```ruby
pod 'StatusAlert', '~> 0.12.1'
pod 'StatusAlert', '~> 0.12.2'
```

### Carthage

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

```ruby
github "LowKostKustomz/StatusAlert" ~> 0.12.1
github "LowKostKustomz/StatusAlert" ~> 0.12.2
```

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

```swift
dependencies: [
.package(url: "https://github.com/LowKostKustomz/StatusAlert.git", .exact("0.12.1"))
.package(url: "https://github.com/LowKostKustomz/StatusAlert.git", .exact("0.12.2"))
]
```

Expand Down
2 changes: 1 addition & 1 deletion StatusAlert.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'StatusAlert'
s.version = '0.12.1'
s.version = '0.12.2'
s.summary = 'Display Apple system-like status alerts for iOS'
s.description = <<-DESC
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.
Expand Down

0 comments on commit 6b534c0

Please sign in to comment.