Skip to content

Commit 3686a2b

Browse files
authored
Update podspec for minimum iOS 9.0 and macOS 10.10 (#63)
1 parent 38798db commit 3686a2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

HTMLEntities.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ In addition, `HTMLEntities` can unescape encoded HTML text that contains decimal
7171
# s.platform = :ios, "5.0"
7272

7373
# When using multiple platforms
74-
# s.ios.deployment_target = "5.0"
75-
# s.osx.deployment_target = "10.7"
74+
s.ios.deployment_target = "9.0"
75+
s.osx.deployment_target = "10.10"
7676
# s.watchos.deployment_target = "2.0"
7777
# s.tvos.deployment_target = "9.0"
7878

0 commit comments

Comments
 (0)