Skip to content

Commit

Permalink
Removed watchOS and tvOS from supported platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
danielepantaleone committed Feb 7, 2024
1 parent 4386d4c commit 0f0d540
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions PersistedProperty.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ Pod::Spec.new do |s|
s.authors = { "Daniele Pantaleone" => "danielepantaleone@me.com" }
s.ios.deployment_target = "11.0"
s.osx.deployment_target = "10.14"
s.tvos.deployment_target = "13.0"
s.watchos.deployment_target = "8.0"
s.source = { :git => "https://github.com/danielepantaleone/PersistedProperty.git", :tag => "#{s.version}" }
s.source_files = "Sources/PersistedProperty/**/*.swift"
s.resources = "Sources/PersistedProperty/**/*.xcprivacy"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ A Swift-based lightweight framework that enable the persistence of Swift propert

## Feature Highlights

- Compatible with iOS, macOS, watchOS and tvOS
- Compatible with iOS and macOS
- Native support for `UserDefaults` based storage
- Native support for iOS `KeyChain` based storage
- Property persistence achieved through the `@Persisted` property wrapper
Expand Down

0 comments on commit 0f0d540

Please sign in to comment.