Skip to content

Commit 13fc642

Browse files
committed
Update podspec requirements
1 parent 5004c17 commit 13fc642

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ Open the project located in [`ExampleApp/`](ExampleApp/) with Xcode and build/ru
5353

5454
## Requirements
5555

56-
* Xcode 9
57-
* Swift 4
56+
* Xcode 11
57+
* Swift 5
5858

5959
## Installation
6060

RxSwiftUtilities.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ Helpful classes and extensions for RxSwift which don't belong in RxSwift core.
88
s.homepage = "https://github.com/RxSwiftCommunity/RxSwiftUtilities"
99
s.license = { :type => "MIT", :file => "LICENSE.md" }
1010
s.author = { "Jesse Farless" => "[email protected]" }
11-
s.swift_version = "4.2"
11+
s.swift_version = "5.0"
1212
s.ios.deployment_target = "8.0"
1313
s.osx.deployment_target = "10.10"
1414
s.tvos.deployment_target = "9.0"
15-
s.watchos.deployment_target = "2.0"
15+
s.watchos.deployment_target = "3.0"
1616
s.source = { :git => "https://github.com/RxSwiftCommunity/RxSwiftUtilities.git", :tag => "#{s.version}" }
1717
s.source_files = 'Source/Common/*.swift'
1818
s.ios.source_files = 'Source/iOS/*.swift'

0 commit comments

Comments
 (0)