From 57de62562375462204109029ae08b06c9f51922b Mon Sep 17 00:00:00 2001 From: Matt Lewin Date: Wed, 19 Sep 2018 18:55:05 -0400 Subject: [PATCH] Final twiddling of podspec to release 1.1.0 (I hope) --- NumericPicker.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NumericPicker.podspec b/NumericPicker.podspec index 08e2923..7fb4e96 100644 --- a/NumericPicker.podspec +++ b/NumericPicker.podspec @@ -8,8 +8,9 @@ Pod::Spec.new do |s| s.name = 'NumericPicker' - s.version = '1.1.1' + s.version = '1.1.0' s.summary = 'iOS picker for easily selecting numbers by digit.' + s.swift_version = '4.2' s.description = <<-DESC NumericPicker is a drop-in iOS picker control written in Swift. It makes simplifies the creation of pickers that allow @@ -27,6 +28,5 @@ Pod::Spec.new do |s| s.ios.deployment_target = '12' s.source_files = 'Sources' - s.pod_target_xcconfig = { 'SWIFT_VERSION' => '4.2' } s.frameworks = 'UIKit' end