Skip to content

Commit

Permalink
update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
jessesquires committed Jun 14, 2024
1 parent 770a4b5 commit f214cdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Foil.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Foil'
s.version = '5.0.1'
s.version = '5.1.0'
s.license = 'MIT'

s.summary = 'A lightweight property wrapper for UserDefaults'
Expand All @@ -12,7 +12,7 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com/jessesquires/Foil.git', :tag => s.version }
s.source_files = 'Sources/*.swift'

s.swift_version = '5.9'
s.swift_version = '5.10'

s.ios.deployment_target = '13.0'
s.tvos.deployment_target = '13.0'
Expand Down

0 comments on commit f214cdb

Please sign in to comment.