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