Skip to content

Commit f4aa323

Browse files
Updated to version 0.9.1
1 parent 9cd877f commit f4aa323

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ActionsList.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 = 'ActionsList'
3-
s.version = '0.9.0'
3+
s.version = '0.9.1'
44
s.summary = 'Present Apple QuickActionsMenu-like lists in your app.'
55
s.description = <<-DESC
66
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.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,15 @@ StatusAlert is available via CocoaPods and Carthage.
5454
To install StatusAlert using [CocoaPods](http://cocoapods.org), add the following line to your `Podfile`:
5555

5656
```ruby
57-
pod 'ActionsList', '~> 0.9.0'
57+
pod 'ActionsList', '~> 0.9.1'
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/ActionsList" ~> 0.9.0
65+
github "LowKostKustomz/ActionsList" ~> 0.9.1
6666
```
6767

6868
## Demo

0 commit comments

Comments
 (0)