Skip to content

Commit

Permalink
CMOB-1594: Update files for release (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
kerr-marinmiller-hs committed Nov 27, 2018
1 parent fd3a902 commit 2897db6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0
4.2
4 changes: 2 additions & 2 deletions OwlBanners.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = 'OwlBanners'
s.version = '0.4.4'
s.version = '0.5.0'
s.summary = 'OwlBanners is a simple Swift framework for displaying custom banners.'
s.homepage = "https://github.com/hootsuite/OwlBanners"
s.license = { :type => "Apache", :file => "LICENSE.md" }
s.author = { "Hootsuite Media" => "opensource@hootsuite.com" }

s.platform = :ios, '10.0'
s.platform = :ios, '11.0'
s.source = { :git => "https://github.com/hootsuite/OwlBanners.git", :tag => "v#{s.version}" }
s.source_files = "Sources/OwlBanners"
s.resource = "Resources/OwlBanners/**/*.{xib,xcassets}"
Expand Down
2 changes: 1 addition & 1 deletion bin/lint
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ unless system("which swiftlint > /dev/null 2>&1")
exit 1
end

MIN_VERSION = '0.18.0'.freeze
MIN_VERSION = '0.27.0'.freeze
version = `swiftlint version`.strip
if Gem::Version.new(version) < Gem::Version.new(MIN_VERSION)
print "error: please update to SwiftLint version #{MIN_VERSION} (currently on #{version})"
Expand Down

0 comments on commit 2897db6

Please sign in to comment.