File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments