Skip to content

Commit

Permalink
update podspec and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pixeldock committed Mar 24, 2024
1 parent 1f549f9 commit 6940ec6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -142,7 +142,7 @@ rx.viewWillDisappear
There is a simple example project to demonstrate how to use RxAppDelegate.

## Requirements
iOS 10 or greater
iOS 13 or greater
Swift 5
Xcode 10.2

Expand All @@ -152,8 +152,8 @@ If you are using Swift 4.2 please use RxAppState version 1.4.1


## Dependencies
RxSwift 6.2
RxCocoa 6.2
RxSwift 6.2 or greater
RxCocoa 6.2 or greater

## Integration
### CocoaPods
Expand Down
2 changes: 1 addition & 1 deletion RxAppState.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "RxAppState"
s.version = "1.7.3"
s.version = "1.8.0"
s.swift_versions = ['5.0']
s.summary = "Handy RxSwift extensions to observe your app's state and view controllers' view-related notifications"
s.description = <<-DESC
Expand Down

0 comments on commit 6940ec6

Please sign in to comment.