Skip to content

Commit 0a67c50

Browse files
authored
Merge pull request #19 from codecat15/minor-fixes
Minor fixes
2 parents 9914175 + d22c4f6 commit 0a67c50

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

HttpUtility.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pod::Spec.new do |spec|
1616
#
1717

1818
spec.name = "HttpUtility"
19-
spec.version = "1.2.2"
19+
spec.version = "1.2.3"
2020
spec.summary = "HttpUtility is helpful in making HTTP requests in iOS application"
2121

2222
# This description is used to generate tags and improve search results.
@@ -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)