We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 250d5e7 commit 5fad7b9Copy full SHA for 5fad7b9
FlexibleDiff.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "FlexibleDiff"
3
- s.version = "0.0.6"
+ s.version = "0.0.7"
4
s.summary = "A Swift collection diffing μframework."
5
s.description = <<-DESC
6
A Swift collection diffing μframework implementing the O(N) Paul Heckel diff algorithm.
@@ -16,4 +16,5 @@ Pod::Spec.new do |s|
16
s.source = { :git => "https://github.com/RACCommunity/FlexibleDiff.git", :tag => "#{s.version}" }
17
18
s.source_files = "FlexibleDiff/*.{swift}"
19
+ s.swift_version = "4.0"
20
end
0 commit comments