diff --git a/.swift-version b/.swift-version index bf77d54..e69de29 100644 --- a/.swift-version +++ b/.swift-version @@ -1 +0,0 @@ -4.2 diff --git a/Gradient View.xcodeproj/project.pbxproj b/Gradient View.xcodeproj/project.pbxproj index 63b9ec8..d971688 100644 --- a/Gradient View.xcodeproj/project.pbxproj +++ b/Gradient View.xcodeproj/project.pbxproj @@ -314,6 +314,7 @@ developmentRegion = English; hasScannedForEncodings = 0; knownRegions = ( + English, en, Base, ); @@ -477,7 +478,7 @@ ONLY_ACTIVE_ARCH = YES; SDKROOT = iphoneos; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - SWIFT_VERSION = 4.2; + SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; TVOS_DEPLOYMENT_TARGET = 9.0; }; @@ -527,7 +528,7 @@ MTL_ENABLE_DEBUG_INFO = NO; SDKROOT = iphoneos; SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; - SWIFT_VERSION = 4.2; + SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; TVOS_DEPLOYMENT_TARGET = 9.0; VALIDATE_PRODUCT = YES; diff --git a/GradientView.podspec b/GradientView.podspec index d390f46..18ae5e2 100644 --- a/GradientView.podspec +++ b/GradientView.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = 'GradientView' - spec.version = '2.3.3' + spec.version = '5.0.0' spec.authors = {'Sam Soffes' => 'sam@soff.es'} spec.homepage = 'https://github.com/soffes/GradientView' spec.summary = 'Easily use gradients in UIKit.'