Skip to content

Commit 6eb8b5c

Browse files
committed
updating the OS version
updating the OS version of the pod spec
1 parent d99d07e commit 6eb8b5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

HttpUtility.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,12 @@ Pod::Spec.new do |spec|
6464
# the deployment target. You can optionally include the target after the platform.
6565
#
6666

67-
spec.platform = :ios, "10.0"
67+
spec.platform = :ios, "11.0"
6868
spec.swift_version = "5.0"
6969
# spec.platform = :ios, "5.0"
7070

7171
# When using multiple platforms
72-
spec.ios.deployment_target = "10.0"
72+
spec.ios.deployment_target = "11.0"
7373
# spec.osx.deployment_target = "10.7"
7474
# spec.watchos.deployment_target = "2.0"
7575
# spec.tvos.deployment_target = "9.0"

0 commit comments

Comments
 (0)