From 63f482f974975d6bd4f78f288822e82d9697bd05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Olejni=CC=81k?= Date: Wed, 19 Sep 2018 11:46:58 +0200 Subject: [PATCH] Update podspec --- ACKategories.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ACKategories.podspec b/ACKategories.podspec index 3ffb3b82..e06efa63 100644 --- a/ACKategories.podspec +++ b/ACKategories.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'ACKategories' - s.version = '5.7.0' + s.version = '6.0.0' s.summary = 'A bunch of useful tools, cocoa subclasses and extensions' s.description = <<-DESC Tools, cocoa subclasses and extensions we love to use at Ackee. @@ -13,5 +13,5 @@ Tools, cocoa subclasses and extensions we love to use at Ackee. s.ios.deployment_target = '8.3' s.source_files = 'ACKategories/**/*.swift' s.frameworks = 'UIKit' - s.swift_version = '4.0' + s.swift_version = '4.2' end