File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,13 +8,13 @@ workspace 'HTTPClient'
88
99target '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'
1313end
1414
1515target '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'
2020end
Original file line number Diff line number Diff line change 11Pod ::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
1818end
You can’t perform that action at this time.
0 commit comments