Skip to content

Commit

Permalink
Updated to version 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LowKostKustomz committed Jan 8, 2018
1 parent 44721f1 commit 1fb98cd
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 @@ -61,15 +61,15 @@ StatusAlert is available via CocoaPods, Carthage and Swift Package Manager.
To install StatusAlert using [CocoaPods](http://cocoapods.org), add the following line to your `Podfile`:

```ruby
pod 'StatusAlert', '~> 0.9.4'
pod 'StatusAlert', '~> 0.10.0'
```

### Carthage

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

```ruby
github "LowKostKustomz/StatusAlert" ~> 0.9.4
github "LowKostKustomz/StatusAlert" ~> 0.10.0
```

### Swift Package Manager
Expand All @@ -78,7 +78,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.9.4"))
.package(url: "https://github.com/LowKostKustomz/StatusAlert.git", .exact("0.10.0"))
]
```

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.9.4'
s.version = '0.10.0'
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 1fb98cd

Please sign in to comment.