File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "Diff"
3
- s . version = "0.5.0 "
3
+ s . version = "0.5.1 "
4
4
s . summary = "The fastest Diff library in Swift. Includes UICollectionView/UITableView utils."
5
5
s . homepage = "https://github.com/wokalski/Diff.swift"
6
6
s . description = <<-DESC
@@ -16,7 +16,7 @@ This library generates differences between any two Collections (and Strings). It
16
16
s . osx . exclude_files = "Sources/Diff+UIKit.swift"
17
17
s . watchos . exclude_files = "Sources/Diff+UIKit.swift"
18
18
19
- s . source = { :git => "https://github.com/wokalski/Diff.swift.git" , :tag => "0.5.0 " }
19
+ s . source = { :git => "https://github.com/wokalski/Diff.swift.git" , :tag => "0.5.1 " }
20
20
21
21
s . source_files = "Sources"
22
22
end
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >0.5.0 </string >
18
+ <string >0.5.1 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
You can’t perform that action at this time.
0 commit comments