From 23e0ec97741ef4d99b663427c65fbaa9b81f4148 Mon Sep 17 00:00:00 2001 From: Alex <111128610+Alexk2309@users.noreply.github.com> Date: Sun, 20 Apr 2025 00:25:51 +1000 Subject: [PATCH] Remove Alamofire (#656) --- modules/vlc-player/ios/VlcPlayer.podspec | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/vlc-player/ios/VlcPlayer.podspec b/modules/vlc-player/ios/VlcPlayer.podspec index 46dbafd1..5c88f736 100644 --- a/modules/vlc-player/ios/VlcPlayer.podspec +++ b/modules/vlc-player/ios/VlcPlayer.podspec @@ -12,7 +12,6 @@ Pod::Spec.new do |s| s.dependency 'ExpoModulesCore' s.ios.dependency 'VLCKit', s.version s.tvos.dependency 'VLCKit', s.version - s.dependency 'Alamofire', '~> 5.10' # Swift/Objective-C compatibility s.pod_target_xcconfig = {