forked from rFlex/SCRecorder
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSCRecorder.podspec
More file actions
22 lines (18 loc) · 800 Bytes
/
SCRecorder.podspec
File metadata and controls
22 lines (18 loc) · 800 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Pod::Spec.new do |s|
s.name = "SCRecorder"
s.version = "2.7.0"
s.summary = "The camera engine that is complete, for real."
s.description = <<-DESC
Complete iOS camera engine with Vine-like tap to record, animated filters, slow motion, segments editing
DESC
s.homepage = "https://github.com/rFlex/SCRecorder"
s.license = 'Apache License, Version 2.0'
s.author = { "Simon CORSIN" => "simon@corsin.me" }
s.platform = :ios, '7.0'
s.source = { :git => "https://github.com/rFlex/SCRecorder.git", :tag => "v2.7.0" }
s.source_files = 'Library/Sources/*.{h,m}'
s.public_header_files = 'Library/Sources/*.h'
s.requires_arc = true
s.weak_frameworks = 'Metal', 'GLKit'
s.frameworks = 'AVFoundation'
end