forked from wokalski/Diff.swift
-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #57 from tonyarnold/releases/1.4.3
Release version 1.4.3
- Loading branch information
Showing
4 changed files
with
8 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "Differ" | ||
s.version = "1.4.0" | ||
s.version = "1.4.3" | ||
s.summary = "A very fast difference calculation library written in Swift." | ||
s.homepage = "https://github.com/tonyarnold/Diff" | ||
s.description = <<-DESC | ||
|
@@ -16,7 +16,7 @@ Also included are utilities for easily applying diffs and patches to `UICollecti | |
"Tony Arnold" => "[email protected]" | ||
} | ||
|
||
s.source = { :git => "https://github.com/tonyarnold/Differ.git", :tag => "1.4.0" } | ||
s.source = { :git => "https://github.com/tonyarnold/Differ.git", :tag => "1.4.3" } | ||
s.source_files = "Sources/Differ" | ||
|
||
s.platforms = { :ios => "8.0", :osx => "10.11", :tvos => "9.0", :watchos => "3.0" } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters