Skip to content

Commit

Permalink
Update WatchOS
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosducloscaballero committed Mar 10, 2023
1 parent 1f0c7b8 commit aee53c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions KangarooStore.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'KangarooStore'
s.version = '1.4.8'
s.version = '1.4.9'
s.summary = 'A very lightweight Core Data framework.'
# s.resources = 'KangarooStore/Assets/*'
s.swift_version = '5.0'
Expand All @@ -22,7 +22,7 @@ A very lightweight Core Data framework. You\'ll be able to fetch object in an ea
s.source = { :git => 'https://github.com/DarkySwift/KangarooStore.git', :tag => s.version.to_s }

s.ios.deployment_target = '13.0'
s.watchos.deployment_target = '2.0'
s.watchos.deployment_target = '6.0'
s.source_files = 'Sources/**/*'

# s.resource_bundles = {
Expand Down

0 comments on commit aee53c4

Please sign in to comment.