Skip to content

Commit b5d33c0

Browse files
authored
Merge pull request #4 from shakurocom/II-16-update_dependency_version
II-16-[updated dependency version]
2 parents 7b34370 + 6b862f3 commit b5d33c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Shakuro.HTTPClient.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = 'Shakuro.HTTPClient'
4-
s.version = '1.1.2'
4+
s.version = '1.1.3'
55
s.summary = 'HTTP client for iOS'
66
s.homepage = 'https://github.com/shakurocom/HTTPClient'
77
s.license = { :type => "MIT", :file => "LICENSE.md" }
@@ -13,6 +13,6 @@ Pod::Spec.new do |s|
1313

1414
s.framework = "Foundation"
1515
s.dependency "Alamofire", "5.1.0"
16-
s.dependency "Shakuro.CommonTypes", "1.1.4"
16+
s.dependency "Shakuro.CommonTypes", "~> 1.1"
1717

1818
end

0 commit comments

Comments
 (0)