Skip to content

Commit 52b8c10

Browse files
committed
Bump version to 2.1.0
1 parent 42630c9 commit 52b8c10

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Toaster.podspec

Lines changed: 1 addition & 4 deletions
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.0.4"
3+
s.version = "2.1.0"
44
s.summary = "Toast for Swift"
55
s.homepage = "http://github.com/devxoul/Toaster"
66
s.license = { :type => 'WTPFL', :file => 'LICENSE' }
@@ -11,7 +11,4 @@ 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.pod_target_xcconfig = {
15-
'SWIFT_VERSION' => '3.0'
16-
}
1714
end

0 commit comments

Comments
 (0)