From 581e2dd20f982497f9b6c3a98569b7154f90a0de Mon Sep 17 00:00:00 2001 From: Skyler Smith Date: Thu, 5 Sep 2019 14:32:06 -0700 Subject: [PATCH] Update podspec --- ARCoreLocation.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ARCoreLocation.podspec b/ARCoreLocation.podspec index 27dd528..be3d358 100644 --- a/ARCoreLocation.podspec +++ b/ARCoreLocation.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| s.platform = :ios s.ios.deployment_target = '11.0' s.name = "ARCoreLocation" - s.version = "0.1.8" + s.version = "0.1.9" s.summary = "Place AR landmarks on real-world locations." s.description = <<-DESC @@ -26,6 +26,6 @@ Pod::Spec.new do |s| s.frameworks = "UIKit", "ARKit", "CoreLocation", "GLKit" - s.swift_version = "4.2" + s.swift_version = "5.0" end