Skip to content

Commit 02a2d6c

Browse files
committed
Bump version to 2.2.0
1 parent e2a6940 commit 02a2d6c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Toaster.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Toaster"
3-
s.version = "2.1.1"
3+
s.version = "2.2.0"
44
s.summary = "Toast for Swift"
55
s.homepage = "http://github.com/devxoul/Toaster"
66
s.license = { :type => 'WTPFL', :file => 'LICENSE' }
@@ -11,4 +11,5 @@ Pod::Spec.new do |s|
1111
s.source_files = 'Sources/*.{swift,h}'
1212
s.frameworks = 'UIKit', 'Foundation', 'QuartzCore'
1313
s.requires_arc = true
14+
s.swift_version = "5.0"
1415
end

0 commit comments

Comments
 (0)