Skip to content

Commit 87fde6e

Browse files
authored
update version to 1.3
1 parent 1a2bc66 commit 87fde6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Iguazu.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = "Iguazu"
11-
s.version = "1.2.2"
11+
s.version = "1.3"
1212
s.summary = "An aviation file format parser written in Swift"
1313
s.description = <<-DESC
1414
Iguazu is a new project and still work in progress. The goal is to have a Swift framework with support for various popular aviation file formats to facilitate development of apps for pilots on the iOS platform.
@@ -26,5 +26,5 @@ For more details on the Iguazu Falls: https://en.wikipedia.org/wiki/Iguazu_Falls
2626
s.platform = :ios, "10.0"
2727
s.source = { :git => "https://github.com/ekurutepe/Iguazu.git", :tag => "#{s.version}" }
2828
s.source_files = "Iguazu", "Iguazu/**/*.{swift}"
29-
s.swift_version = "4.1"
29+
s.swift_version = "5"
3030
end

0 commit comments

Comments
 (0)