From dba0ab673a5ccb5b6173b1c9726257de577cfc87 Mon Sep 17 00:00:00 2001 From: levantAJ Date: Sat, 17 Oct 2020 17:06:09 +0700 Subject: [PATCH] Update Podfile --- VideoEditor.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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