Skip to content

Commit

Permalink
Disabled WatchOS for now
Browse files Browse the repository at this point in the history
  • Loading branch information
mentrena committed Aug 16, 2017
1 parent f4f11bc commit b4d82e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SyncKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'SyncKit'
s.version = '0.4.9'
s.version = '0.5.0'
s.summary = 'CloudKit synchronization for your Core Data or Realm model.'

s.description = <<-DESC
Expand All @@ -22,7 +22,7 @@ SyncKit automates the process of synchronizing your Core Data/Realm models using

s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.11'
s.watchos.deployment_target = '3.0'
#s.watchos.deployment_target = '3.0'

s.default_subspec = 'Core'

Expand Down

0 comments on commit b4d82e5

Please sign in to comment.