Skip to content

Commit 8895085

Browse files
author
Sergey
committed
II-15-[bump alamofire dependency]
1 parent 19c180a commit 8895085

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ workspace 'HTTPClient'
88

99
target 'HTTPClient_Framework' do
1010
project 'HTTPClient_Framework.xcodeproj'
11-
pod 'Shakuro.CommonTypes', '1.1.4'
11+
pod 'Shakuro.CommonTypes', '1.1.5'
1212
pod 'Alamofire', '5.9.0'
1313
end
1414

1515
target 'HTTPClient_Example' do
1616
project 'HTTPClient_Example.xcodeproj'
1717
pod 'SwiftLint', '0.43.1'
18-
pod 'Shakuro.CommonTypes', '1.1.4'
18+
pod 'Shakuro.CommonTypes', '1.1.5'
1919
pod 'Alamofire', '5.9.0'
2020
end

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.4'
4+
s.version = '1.1.5'
55
s.summary = 'HTTP client for iOS'
66
s.homepage = 'https://github.com/shakurocom/HTTPClient'
77
s.license = { :type => "MIT", :file => "LICENSE.md" }
@@ -12,7 +12,7 @@ Pod::Spec.new do |s|
1212
s.ios.deployment_target = '11.0'
1313

1414
s.framework = "Foundation"
15-
s.dependency "Alamofire", "5.9.0"
15+
s.dependency "Alamofire", "~> 5.9.0"
1616
s.dependency "Shakuro.CommonTypes", "~> 1.1"
1717

1818
end

0 commit comments

Comments
 (0)