From 63061a4274a61a032abe2f033fa6eaffd2cc73d6 Mon Sep 17 00:00:00 2001 From: Glen Yi Date: Sat, 10 Aug 2019 15:59:53 -0400 Subject: [PATCH] - Update pod spec to swift 5.0 --- FloatRatingView.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FloatRatingView.podspec b/FloatRatingView.podspec index cc112db..3372809 100644 --- a/FloatRatingView.podspec +++ b/FloatRatingView.podspec @@ -10,5 +10,5 @@ Pod::Spec.new do |spec| spec.source_files = 'FloatRatingView.swift' spec.platform = :ios, '8.0' spec.requires_arc = true - spec.pod_target_xcconfig = { 'SWIFT_VERSION' => '5.0' } + spec.swift_version = '5.0' end