Skip to content

Commit a78a1d8

Browse files
committed
Updated RxCoreData.podspec to match with watch 3.0 requirement from RxSwift
1 parent dd5e796 commit a78a1d8

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

RxCoreData.podspec

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,11 @@ Pod::Spec.new do |s|
2727

2828
s.ios.deployment_target = '9.3'
2929
s.osx.deployment_target = '10.12'
30-
s.watchos.deployment_target = '2.0'
30+
s.watchos.deployment_target = '3.0'
3131
s.tvos.deployment_target = '9.0'
3232

33-
s.source_files = 'Sources/**/*'
33+
s.source_files = 'Sources/**/*.{swift}'
34+
s.exclude_files = 'Sources/*.{plist}', 'Sources/**/*.{plist}'
3435
s.frameworks = 'CoreData'
3536
s.swift_version = '5.0'
3637
s.dependency 'RxSwift', '~> 5.0'

0 commit comments

Comments
 (0)