File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
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.5 '
11+ pod 'Shakuro.CommonTypes' , '1.1.6 '
1212 pod 'Alamofire' , '5.9.1'
1313end
1414
1515target 'HTTPClient_Example' do
1616 project 'HTTPClient_Example.xcodeproj'
1717 pod 'SwiftLint' , '0.43.1'
18- pod 'Shakuro.CommonTypes' , '1.1.5 '
18+ pod 'Shakuro.CommonTypes' , '1.1.6 '
1919 pod 'Alamofire' , '5.9.1'
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.5 '
4+ s . version = '1.1.6 '
55 s . summary = 'HTTP client for iOS'
66 s . homepage = 'https://github.com/shakurocom/HTTPClient'
77 s . license = { :type => "MIT" , :file => "LICENSE.md" }
You can’t perform that action at this time.
0 commit comments