Skip to content
This repository has been archived by the owner on May 12, 2022. It is now read-only.

Commit

Permalink
Update OneStore.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
muukii authored Feb 1, 2022
1 parent a0ac5b7 commit 6654c90
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion OneStore.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'OneStore'
s.version = '1.1.1'
s.version = '1.1.2'
s.summary = 'One value store proxy for NSUserDefaults'
s.homepage = 'https://github.com/muukii/OneStore'
s.license = { :type => 'MIT', :file => 'LICENSE' }
Expand All @@ -13,4 +13,5 @@ Pod::Spec.new do |s|
s.watchos.deployment_target = '3.0'

s.source_files = 'OneStore/**/*.swift'
s.swift_versions = ["5.3", "5.4", "5.5"]
end

0 comments on commit 6654c90

Please sign in to comment.