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.
2 parents 6161b03 + 7908c2f commit b67d448Copy full SHA for b67d448
1 file changed
Difference.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "Difference"
3
- s.version = "0.4"
+ s.version = "0.5"
4
s.summary = "Better way to identify whats different between 2 instances."
5
s.description = <<-DESC
6
Better way to identify whats different between 2 instances. Based on Mirror API.
@@ -15,5 +15,5 @@ Pod::Spec.new do |s|
15
s.source = { :git => "https://github.com/krzysztofzablocki/Difference.git", :tag => s.version.to_s }
16
s.source_files = "Sources/**/*"
17
s.frameworks = "Foundation"
18
- s.swift_version = '4.2'
+ s.swift_version = '5.0'
19
end
0 commit comments