Skip to content

Commit

Permalink
Update Podfile
Browse files Browse the repository at this point in the history
  • Loading branch information
levantAJ committed Oct 17, 2020
1 parent aaaa4d2 commit dba0ab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VideoEditor.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit dba0ab6

Please sign in to comment.