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