Skip to content

Commit

Permalink
Bump pod version to 4.2.0. 🔥
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddie Kaiger committed Apr 27, 2018
1 parent 31affe4 commit 2d0a4ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SwiftyAttributes.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Pod::Spec.new do |s|

s.name = "SwiftyAttributes"
s.version = "4.1.1"
s.version = "4.2.0"
s.summary = "A Swifty API for attributed strings."

s.description = <<-DESC
Expand All @@ -14,7 +14,7 @@ Pod::Spec.new do |s|
s.homepage = "https://github.com/eddiekaiger/SwiftyAttributes"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Eddie Kaiger" => "eddiekaiger@gmail.com" }
s.source = { :git => "https://github.com/eddiekaiger/SwiftyAttributes.git", :tag => "v4.1.1" }
s.source = { :git => "https://github.com/eddiekaiger/SwiftyAttributes.git", :tag => "v4.2.0" }

s.source_files = "SwiftyAttributes/Sources/common/*.swift"
s.osx.source_files = "SwiftyAttributes/Sources/macOS/*.swift"
Expand Down

0 comments on commit 2d0a4ba

Please sign in to comment.