forked from omergul/LLSimpleCamera
-
Notifications
You must be signed in to change notification settings - Fork 0
/
LLSimpleCamera.podspec
22 lines (20 loc) · 1.02 KB
/
LLSimpleCamera.podspec
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 = "LLSimpleCamera"
s.version = "4.1.0"
s.summary = "LLSimpleCamera: A simple customizable camera - video recorder control."
s.description = <<-DESC
LLSimpleCamera is a library for creating a customized camera screens similar to snapchat's. You don't have to present the camera in a new view controller. You can capture images or record videos very easily.
LLSimpleCamera:
will let you easily capture photos or record videos
handles the position and flash of the camera
hides the nitty gritty details from the developer
DESC
s.homepage = "https://github.com/omergul123/LLSimpleCamera"
s.license = { :type => 'APACHE', :file => 'LICENSE' }
s.author = { "Ömer Faruk Gül" => "[email protected]" }
s.platform = :ios,'7.0'
s.source = { :git => "https://github.com/omergul123/LLSimpleCamera.git", :tag => "v4.1.0" }
s.source_files = 'LLSimpleCamera/*.{h,m}'
s.requires_arc = true
s.framework = 'AVFoundation'
end