Skip to content

Commit 5b5014a

Browse files
committed
Update swift version in podspecs
1 parent 5b6e7a1 commit 5b5014a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Chatto.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ Pod::Spec.new do |s|
1313
s.source_files = "Chatto/Source/**/*.{h,m,swift}"
1414
s.public_header_files = "Chatto/Source/**/*.h"
1515
s.requires_arc = true
16-
s.swift_version = '5.1'
16+
s.swift_version = '5.3'
1717
end

ChattoAdditions.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Pod::Spec.new do |s|
1414
s.source_files = "ChattoAdditions/Source/**/*.{h,m,swift}"
1515
s.public_header_files = "ChattoAdditions/Source/**/*.h"
1616
s.requires_arc = true
17-
s.swift_version = '5.1'
17+
s.swift_version = '5.3'
1818
s.resources = ["ChattoAdditions/Source/**/*.xib", "ChattoAdditions/Source/**/*.storyboard", "ChattoAdditions/Source/**/*.xcassets"]
1919
s.dependency 'Chatto'
2020
end

0 commit comments

Comments
 (0)