Skip to content

Commit

Permalink
Update podspec for minimum iOS 9.0 and macOS 10.10 (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
dannys42 authored Aug 30, 2021
1 parent 38798db commit 3686a2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HTMLEntities.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ In addition, `HTMLEntities` can unescape encoded HTML text that contains decimal
# s.platform = :ios, "5.0"

# When using multiple platforms
# s.ios.deployment_target = "5.0"
# s.osx.deployment_target = "10.7"
s.ios.deployment_target = "9.0"
s.osx.deployment_target = "10.10"
# s.watchos.deployment_target = "2.0"
# s.tvos.deployment_target = "9.0"

Expand Down

0 comments on commit 3686a2b

Please sign in to comment.