Skip to content

Commit

Permalink
Updated to version 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LowKostKustomz committed Dec 17, 2017
1 parent 9cd877f commit f4aa323
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ActionsList.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'ActionsList'
s.version = '0.9.0'
s.version = '0.9.1'
s.summary = 'Present Apple QuickActionsMenu-like lists in your app.'
s.description = <<-DESC
ActionsList is an iOS framework for presenting actions lists similar to Apple's Quick Actions menu. It is the best replace for the Android's floating action button in iOS if your app is following the iOS Design Guidelines.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@ StatusAlert is available via CocoaPods and Carthage.
To install StatusAlert using [CocoaPods](http://cocoapods.org), add the following line to your `Podfile`:

```ruby
pod 'ActionsList', '~> 0.9.0'
pod 'ActionsList', '~> 0.9.1'
```

### Carthage

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

```ruby
github "LowKostKustomz/ActionsList" ~> 0.9.0
github "LowKostKustomz/ActionsList" ~> 0.9.1
```

## Demo
Expand Down

0 comments on commit f4aa323

Please sign in to comment.