Skip to content

Commit 22210a4

Browse files
committed
Add swift_version to podspec
1 parent ea79772 commit 22210a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

RxKeyboard.podspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Pod::Spec.new do |s|
1010
s.source_files = 'Sources/**/*.swift'
1111
s.frameworks = 'UIKit', 'Foundation'
1212
s.requires_arc = true
13+
s.swift_version = "5.0"
1314

1415
s.dependency 'RxSwift', '>= 4.4.0'
1516
s.dependency 'RxCocoa', '>= 4.4.0'

0 commit comments

Comments
 (0)