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