Skip to content

Commit 97a8aa3

Browse files
devxoulkzaher
authored andcommitted
Add swift_version to podspec
1 parent 45f0560 commit 97a8aa3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Differentiator.podspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Pod::Spec.new do |s|
1313
s.source = { :git => "https://github.com/RxSwiftCommunity/RxDataSources.git", :tag => s.version.to_s }
1414

1515
s.requires_arc = true
16+
s.swift_version = '5.0'
1617

1718
s.source_files = 'Sources/Differentiator/**/*.swift'
1819

RxDataSources.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ data
3434
s.source = { :git => "https://github.com/RxSwiftCommunity/RxDataSources.git", :tag => s.version.to_s }
3535

3636
s.requires_arc = true
37-
37+
s.swift_version = '5.0'
38+
3839
s.source_files = 'Sources/RxDataSources/**/*.swift'
3940
s.dependency 'Differentiator', '~> 3.0'
4041
s.dependency 'RxSwift', '~> 4.5'

0 commit comments

Comments
 (0)