RxSwiftCommunity / RxRealm

RxSwift extension for RealmSwift's types
MIT License
1.15k stars 263 forks source link

Add spm platforms min version to support Realm 5 #145

Closed M0rtyMerr closed 4 years ago

M0rtyMerr commented 4 years ago

Fix https://github.com/RxSwiftCommunity/RxRealm/issues/144

rxswiftcommunity[bot] commented 4 years ago
Warnings
:warning: It looks like code was changed without adding anything to the Changelog. If this is a trivial PR that doesn't need a changelog, add #trivial to the PR title or body.

Generated by :no_entry_sign: dangerJS

freak4pc commented 4 years ago

I think you’ll need to fix your podspec as well

M0rtyMerr commented 4 years ago

RealmSwift.podspec platform version requirements are different from spm:

  s.ios.deployment_target     = '8.0'
  s.osx.deployment_target     = '10.9'
  s.watchos.deployment_target = '2.0'
  s.tvos.deployment_target    = '9.0'