From 70ba93efe84afa1555cfb991e6d0f101edc4971b Mon Sep 17 00:00:00 2001 From: Brandon McQuilkin Date: Fri, 29 Sep 2017 11:50:45 -0400 Subject: [PATCH] Updated pod version for Swift 4 support. --- M13Checkbox.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/M13Checkbox.podspec b/M13Checkbox.podspec index c44c9c8..26bc685 100644 --- a/M13Checkbox.podspec +++ b/M13Checkbox.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "M13Checkbox" - s.version = "3.1.3" + s.version = "3.2.0" s.summary = "A beautiful, customizable, extendable, animated checkbox for iOS." s.description = <<-DESC @@ -33,5 +33,5 @@ Pod::Spec.new do |s| s.frameworks = 'Foundation', 'UIKit', 'CoreGraphics' s.requires_arc = true - s.pod_target_xcconfig = { 'SWIFT_VERSION' => '3.0' } + s.pod_target_xcconfig = { 'SWIFT_VERSION' => '4.0' } end