We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d99d07e commit 6eb8b5cCopy full SHA for 6eb8b5c
HttpUtility.podspec
@@ -64,12 +64,12 @@ Pod::Spec.new do |spec|
64
# the deployment target. You can optionally include the target after the platform.
65
#
66
67
- spec.platform = :ios, "10.0"
+ spec.platform = :ios, "11.0"
68
spec.swift_version = "5.0"
69
# spec.platform = :ios, "5.0"
70
71
# When using multiple platforms
72
- spec.ios.deployment_target = "10.0"
+ spec.ios.deployment_target = "11.0"
73
# spec.osx.deployment_target = "10.7"
74
# spec.watchos.deployment_target = "2.0"
75
# spec.tvos.deployment_target = "9.0"
0 commit comments