From 40fdcfac33a66ba6a44adfa9c9748487dc8c3bf2 Mon Sep 17 00:00:00 2001 From: Jan Misar Date: Wed, 28 Apr 2021 08:06:43 +0200 Subject: [PATCH] Fix deployment target --- ReactiveLocation.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReactiveLocation.podspec b/ReactiveLocation.podspec index 40a241b..ceb8606 100644 --- a/ReactiveLocation.podspec +++ b/ReactiveLocation.podspec @@ -9,7 +9,7 @@ DESC s.license = { :type => 'MIT', :file => 'LICENSE' } s.author = { 'Ackee' => 'info@ackee.cz' } s.source = { :git => 'https://github.com/AckeeCZ/ReactiveLocation.git', :tag => s.version.to_s } - s.ios.deployment_target = '8.0' + s.ios.deployment_target = '9.0' s.source_files = 'ReactiveLocation/*.swift' s.dependency 'ReactiveSwift', '~> 6.0' s.swift_version = '5.0'