Skip to content

Commit 5fad7b9

Browse files
committed
0.0.7
1 parent 250d5e7 commit 5fad7b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

FlexibleDiff.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "FlexibleDiff"
3-
s.version = "0.0.6"
3+
s.version = "0.0.7"
44
s.summary = "A Swift collection diffing μframework."
55
s.description = <<-DESC
66
A Swift collection diffing μframework implementing the O(N) Paul Heckel diff algorithm.
@@ -16,4 +16,5 @@ Pod::Spec.new do |s|
1616
s.source = { :git => "https://github.com/RACCommunity/FlexibleDiff.git", :tag => "#{s.version}" }
1717

1818
s.source_files = "FlexibleDiff/*.{swift}"
19+
s.swift_version = "4.0"
1920
end

0 commit comments

Comments
 (0)