Skip to content

Commit

Permalink
Bump version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devxoul committed Sep 22, 2017
1 parent 42630c9 commit 52b8c10
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Toaster.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Toaster"
s.version = "2.0.4"
s.version = "2.1.0"
s.summary = "Toast for Swift"
s.homepage = "http://github.com/devxoul/Toaster"
s.license = { :type => 'WTPFL', :file => 'LICENSE' }
Expand All @@ -11,7 +11,4 @@ Pod::Spec.new do |s|
s.source_files = 'Sources/*.{swift,h}'
s.frameworks = 'UIKit', 'Foundation', 'QuartzCore'
s.requires_arc = true
s.pod_target_xcconfig = {
'SWIFT_VERSION' => '3.0'
}
end

0 comments on commit 52b8c10

Please sign in to comment.