We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent addbbb0 commit 69bf25fCopy full SHA for 69bf25f
Diff.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "Diff"
3
- s.version = "0.4.2"
+ s.version = "0.5.0"
4
s.summary = "The fastest Diff library in Swift. Includes UICollectionView/UITableView utils."
5
s.homepage = "https://github.com/wokalski/Diff.swift"
6
s.description = <<-DESC
@@ -16,7 +16,7 @@ This library generates differences between any two Collections (and Strings). It
16
s.osx.exclude_files = "Sources/Diff+UIKit.swift"
17
s.watchos.exclude_files = "Sources/Diff+UIKit.swift"
18
19
- 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" }
20
21
s.source_files = "Sources"
22
end
0 commit comments