diff --git a/PersistedProperty.podspec b/PersistedProperty.podspec index 8db1a92..e72d475 100755 --- a/PersistedProperty.podspec +++ b/PersistedProperty.podspec @@ -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" diff --git a/README.md b/README.md index 6b2695c..54804ee 100644 --- a/README.md +++ b/README.md @@ -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