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.
2 parents 7b34370 + 6b862f3 commit b5d33c0Copy full SHA for b5d33c0
Shakuro.HTTPClient.podspec
@@ -1,7 +1,7 @@
1
Pod::Spec.new do |s|
2
3
s.name = 'Shakuro.HTTPClient'
4
- s.version = '1.1.2'
+ s.version = '1.1.3'
5
s.summary = 'HTTP client for iOS'
6
s.homepage = 'https://github.com/shakurocom/HTTPClient'
7
s.license = { :type => "MIT", :file => "LICENSE.md" }
@@ -13,6 +13,6 @@ Pod::Spec.new do |s|
13
14
s.framework = "Foundation"
15
s.dependency "Alamofire", "5.1.0"
16
- s.dependency "Shakuro.CommonTypes", "1.1.4"
+ s.dependency "Shakuro.CommonTypes", "~> 1.1"
17
18
end
0 commit comments