forked from omergul/LLSimpleCamera
-
Notifications
You must be signed in to change notification settings - Fork 1
/
LLSimpleCamera.podspec
22 lines (20 loc) · 961 Bytes
/
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 = "2.2.0"
s.summary = "LLSimpleCamera: A simple customizable camera 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.
LLSimpleCamera:
will let you easily capture photos
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" => "omergul123@gmail.com" }
s.platform = :ios,'7.0'
s.source = { :git => "https://github.com/omergul123/LLSimpleCamera.git", :tag => "v2.2.0" }
s.source_files = 'LLSimpleCamera/*.{h,m}'
s.requires_arc = true
s.framework = 'AVFoundation'
end