Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Legoless committed Apr 5, 2020
1 parent dc4a326 commit 6486e71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Saystack.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "Saystack"
s.version = "1.1.0"
s.version = "1.1.1"
s.summary = "A collection of simple iOS classes and categories that fit in almost every project."

s.description = <<-DESC
Expand All @@ -11,7 +11,7 @@ Pod::Spec.new do |s|
s.homepage = "http://github.com/Legoless/Saystack"
s.license = 'MIT'
s.author = { "Dal Rupnik" => "[email protected]" }
s.ios.deployment_target = '10.0'
s.ios.deployment_target = '11.2'
s.ios.source_files = 'Code/Extensions/**/*.{swift}'
s.osx.deployment_target = '10.11'
s.osx.source_files = 'Code/Extensions/Core/**/*.{swift}'
Expand Down

0 comments on commit 6486e71

Please sign in to comment.