Skip to content

Commit 262a3c7

Browse files
committed
Add other available platforms to podspec
1 parent 161b55a commit 262a3c7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

RxSwiftUtilities.podspec

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ Helpful classes and extensions for RxSwift which don't belong in RxSwift core.
99
s.license = { :type => "MIT", :file => "LICENSE.md" }
1010
s.author = { "Jesse Farless" => "[email protected]" }
1111
s.ios.deployment_target = "8.0"
12+
s.osx.deployment_target = "10.10"
13+
s.tvos.deployment_target = "9.0"
14+
s.watchos.deployment_target = "2.0"
1215
s.source = { :git => "https://github.com/RxSwiftCommunity/RxSwiftUtilities.git", :tag => "#{s.version}" }
1316
s.source_files = 'Source/*.swift'
1417
s.dependency "RxSwift", "~> 3.0"

0 commit comments

Comments
 (0)