diff --git a/YPImagePicker.podspec b/YPImagePicker.podspec index e41f2a3ba..f29f89732 100644 --- a/YPImagePicker.podspec +++ b/YPImagePicker.podspec @@ -13,7 +13,7 @@ Pod::Spec.new do |s| s.source_files = 'Source/**/*.swift' s.dependency 'SteviaLayout', '= 5.1.2' s.dependency 'PryntTrimmerView', '= 4.0.2' - s.resources = ['Source/Resources/*', 'Source/**/*.xib', , 'Source/**/*.storyboard'] + s.resources = ['Source/Resources/*', 'Source/**/*.xib', 'Source/**/*.storyboard'] s.description = "Instagram-like image picker & filters for iOS supporting videos and albums" s.swift_versions = ['5.0', '5.1', '5.2', '5.3'] end