forked from nurullahyurtsever/LLVideoEditor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLLVideoEditor.podspec
More file actions
17 lines (16 loc) · 805 Bytes
/
LLVideoEditor.podspec
File metadata and controls
17 lines (16 loc) · 805 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Pod::Spec.new do |s|
s.name = "LLVideoEditor"
s.version = "1.0.0"
s.summary = "An easy to use library for editing videos"
s.description = <<-DESC
LLVideoEditor is a library for rotating, cropping, adding layers (watermark) and as well as adding audio (music) to the videos.
DESC
s.homepage = "https://github.com/omergul123/LLVideoEditor"
s.license = { :type => 'APACHE', :file => 'LICENSE' }
s.author = { "Ömer Faruk Gül" => "omer@omerfarukgul.com" }
s.platform = :ios,'7.0'
s.source = { :git => "https://github.com/omergul123/LLVideoEditor.git", :tag => "v1.0.0" }
s.source_files = 'LLVideoEditor/*.{h,m}','LLVideoEditor/Commands/*.{h,m}'
s.requires_arc = true
s.framework = 'AVFoundation'
end