Fix podspec error

This commit is contained in:
Amir Abbas
2018-04-07 21:52:49 +04:30
parent ad9768a584
commit bcc774d3a8
+1 -1
View File
@@ -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"