Skip to content

Commit

Permalink
Update podspec requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
farshadtx committed Jun 26, 2020
1 parent 5004c17 commit 13fc642
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ Open the project located in [`ExampleApp/`](ExampleApp/) with Xcode and build/ru

## Requirements

* Xcode 9
* Swift 4
* Xcode 11
* Swift 5

## Installation

Expand Down
4 changes: 2 additions & 2 deletions RxSwiftUtilities.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ Helpful classes and extensions for RxSwift which don't belong in RxSwift core.
s.homepage = "https://github.com/RxSwiftCommunity/RxSwiftUtilities"
s.license = { :type => "MIT", :file => "LICENSE.md" }
s.author = { "Jesse Farless" => "[email protected]" }
s.swift_version = "4.2"
s.swift_version = "5.0"
s.ios.deployment_target = "8.0"
s.osx.deployment_target = "10.10"
s.tvos.deployment_target = "9.0"
s.watchos.deployment_target = "2.0"
s.watchos.deployment_target = "3.0"
s.source = { :git => "https://github.com/RxSwiftCommunity/RxSwiftUtilities.git", :tag => "#{s.version}" }
s.source_files = 'Source/Common/*.swift'
s.ios.source_files = 'Source/iOS/*.swift'
Expand Down

0 comments on commit 13fc642

Please sign in to comment.