File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments