-
Notifications
You must be signed in to change notification settings - Fork 261
/
DBCamera.podspec
19 lines (19 loc) · 1.06 KB
/
DBCamera.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Pod::Spec.new do |s|
s.name = "DBCamera"
s.version = "2.4.2"
s.summary = "DBCamera is a simple custom camera with AVFoundation"
s.description = <<-DESC
DBCamera is a simple custom camera with AVFoundation, completely customizable.
DESC
s.homepage = "https://github.com/danielebogo/DBCamera"
s.license = "MIT"
s.author = { "Daniele Bogo" => "[email protected]" }
s.social_media_url = "http://bogodaniele.com"
s.platform = :ios, '6.0'
s.source = { :git => 'https://github.com/danielebogo/DBCamera.git', :tag => '2.4.1' }
s.source_files = 'DBCamera/Categories/*.{h,m}', 'DBCamera/Controllers/*.{h,m}', 'DBCamera/Headers/*.{h,m}', 'DBCamera/Managers/*.{h,m}', 'DBCamera/Objects/*.{h,m}', 'DBCamera/Views/*.{h,m}', 'DBCamera/Filters/*.{h,m}'
s.resources = ['DBCamera/Resources/*.{xib,xcassets}', 'DBCamera/Localizations/DBCamera.bundle', 'DBCamera/Filters/*.{acv}']
s.framework = 'AVFoundation', 'CoreMedia', 'QuartzCore'
s.requires_arc = true
s.dependency 'GPUImage', '~> 0.1'
end