From 803d9584497a20822544fdf4fd83d723c7553af7 Mon Sep 17 00:00:00 2001 From: Ash Furrow Date: Fri, 21 Sep 2018 09:52:06 -0400 Subject: [PATCH] Specifies Swift 4 in podspec. --- NSObject+Rx.podspec | 1 + 1 file changed, 1 insertion(+) diff --git a/NSObject+Rx.podspec b/NSObject+Rx.podspec index 4fbe613..6eb30a2 100644 --- a/NSObject+Rx.podspec +++ b/NSObject+Rx.podspec @@ -15,6 +15,7 @@ Pod::Spec.new do |s| s.watchos.deployment_target = '2.0' s.tvos.deployment_target = '9.0' + s.swift_version = '4.0' s.source = { :git => "https://github.com/RxSwiftCommunity/NSObject-Rx.git", :tag => s.version } s.source_files = "*.swift" s.frameworks = "Foundation"