From bcc774d3a8128eb7fe52d14516489e527d3f8186 Mon Sep 17 00:00:00 2001 From: Amir Abbas Date: Sat, 7 Apr 2018 21:52:49 +0430 Subject: [PATCH] Fix podspec error --- FilesProvider.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"