Skip to content

Commit

Permalink
adds watchOS support
Browse files Browse the repository at this point in the history
  • Loading branch information
icanzilb committed Oct 9, 2016
1 parent f6dda6c commit e7b1afc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions RxRealm.podspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Pod::Spec.new do |s|

s.name = "RxRealm"
s.version = "0.2.5"
s.summary = "An Rx wrapper of Realm's collection type"
s.version = "0.2.6"
s.summary = "An Rx wrapper of Realm's collection type and write bidnings"

s.description = <<-DESC
This is an Rx extension that provides an easy and straight-forward way
Expand All @@ -18,6 +18,7 @@ Pod::Spec.new do |s|

s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.10'
s.watchos.deployment_target = '2.0'

s.source_files = 'Pod/Classes/*.swift'

Expand Down

0 comments on commit e7b1afc

Please sign in to comment.