From 49b7324e7ccc2b2a30d3538fafc6dabfb20123aa Mon Sep 17 00:00:00 2001 From: Ivan Smolin Date: Thu, 19 Oct 2017 19:11:20 +0300 Subject: [PATCH] update swift version and fix podspec --- .swift-version | 2 +- LeadKit.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.swift-version b/.swift-version index 9f55b2cc..5186d070 100644 --- a/.swift-version +++ b/.swift-version @@ -1 +1 @@ -3.0 +4.0 diff --git a/LeadKit.podspec b/LeadKit.podspec index 2d8c41b2..287ccee5 100644 --- a/LeadKit.podspec +++ b/LeadKit.podspec @@ -22,7 +22,7 @@ Pod::Spec.new do |s| ss.watchos.deployment_target = '2.0' ss.source_files = [ - "Sources/Enums/ResizeContentMode.swift", + "Sources/Enums/ResizeMode.swift", "Sources/Extensions/{CGContext,CGImage,CGSize,UIImage}/*", "Sources/Protocols/{DrawingOperation,SupportProtocol}.swift", "Sources/Structures/Drawing/*",