diff --git a/VideoEditor.podspec b/VideoEditor.podspec index 8d030ed..bad69b4 100644 --- a/VideoEditor.podspec +++ b/VideoEditor.podspec @@ -11,6 +11,6 @@ Pod::Spec.new do |s| s.source = { :git => 'https://github.com/levantAJ/VideoEditor.git', :tag => s.version.to_s } s.ios.deployment_target = '9.0' s.swift_version = '5.0' - s.source_files = 'VideoEditor/**/*.{swift}' + s.source_files = 'VideoEditor/*.{swift}' end \ No newline at end of file