Skip to content

Commit

Permalink
Update swift version in podspecs
Browse files Browse the repository at this point in the history
  • Loading branch information
wiruzx committed Sep 21, 2020
1 parent 5b6e7a1 commit 5b5014a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Chatto.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ Pod::Spec.new do |s|
s.source_files = "Chatto/Source/**/*.{h,m,swift}"
s.public_header_files = "Chatto/Source/**/*.h"
s.requires_arc = true
s.swift_version = '5.1'
s.swift_version = '5.3'
end
2 changes: 1 addition & 1 deletion ChattoAdditions.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Pod::Spec.new do |s|
s.source_files = "ChattoAdditions/Source/**/*.{h,m,swift}"
s.public_header_files = "ChattoAdditions/Source/**/*.h"
s.requires_arc = true
s.swift_version = '5.1'
s.swift_version = '5.3'
s.resources = ["ChattoAdditions/Source/**/*.xib", "ChattoAdditions/Source/**/*.storyboard", "ChattoAdditions/Source/**/*.xcassets"]
s.dependency 'Chatto'
end

0 comments on commit 5b5014a

Please sign in to comment.