Skip to content

Commit 4db095f

Browse files
committed
[Fix] fix Alamofire dependency version
1 parent 5c2091b commit 4db095f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

RaAPIWrapper.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Pod::Spec.new do |s|
4242
cs.source_files = 'Sources/Alamofire/*'
4343

4444
cs.dependency "RaAPIWrapper/Core"
45-
cs.dependency "Alamofire", "~> 5.8.0"
45+
cs.dependency "Alamofire", '>= 5.8.0', '< 6.0.0'
4646
end
4747

4848
end

0 commit comments

Comments
 (0)