Skip to content

Commit

Permalink
version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wokalski committed Jan 2, 2017
1 parent addbbb0 commit 69bf25f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Diff.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Diff"
s.version = "0.4.2"
s.version = "0.5.0"
s.summary = "The fastest Diff library in Swift. Includes UICollectionView/UITableView utils."
s.homepage = "https://github.com/wokalski/Diff.swift"
s.description = <<-DESC
Expand All @@ -16,7 +16,7 @@ This library generates differences between any two Collections (and Strings). It
s.osx.exclude_files = "Sources/Diff+UIKit.swift"
s.watchos.exclude_files = "Sources/Diff+UIKit.swift"

s.source = { :git => "https://github.com/wokalski/Diff.swift.git", :tag => "0.4.2" }
s.source = { :git => "https://github.com/wokalski/Diff.swift.git", :tag => "0.5.0" }

s.source_files = "Sources"
end

0 comments on commit 69bf25f

Please sign in to comment.