diff --git a/FilesProvider.podspec b/FilesProvider.podspec index 3434b5f..aae33a5 100644 --- a/FilesProvider.podspec +++ b/FilesProvider.podspec @@ -116,7 +116,7 @@ Pod::Spec.new do |s| # # s.framework = "SomeFramework" - s.frameworks = "AVFoundation, "ImageIO", "CoreGraphics" + s.frameworks = "AVFoundation", "ImageIO", "CoreGraphics" s.ios.framework = "UIKit" s.tvos.framework = "UIKit" s.osx.framework = "AppKit"