Skip to content

Commit

Permalink
Update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
olejnjak committed Sep 19, 2018
1 parent 734df17 commit 63f482f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ACKategories.podspec
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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

0 comments on commit 63f482f

Please sign in to comment.