Skip to content

Commit b67d448

Browse files
Merge pull request #20 from tahirmt/podspec-swift-5
Bump podspec version to 0.5 and swift version to 5.0
2 parents 6161b03 + 7908c2f commit b67d448

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Difference.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Difference"
3-
s.version = "0.4"
3+
s.version = "0.5"
44
s.summary = "Better way to identify whats different between 2 instances."
55
s.description = <<-DESC
66
Better way to identify whats different between 2 instances. Based on Mirror API.
@@ -15,5 +15,5 @@ Pod::Spec.new do |s|
1515
s.source = { :git => "https://github.com/krzysztofzablocki/Difference.git", :tag => s.version.to_s }
1616
s.source_files = "Sources/**/*"
1717
s.frameworks = "Foundation"
18-
s.swift_version = '4.2'
18+
s.swift_version = '5.0'
1919
end

0 commit comments

Comments
 (0)