forked from adamtootle/TGCameraViewController
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathTGCameraViewController.podspec
19 lines (16 loc) · 1017 Bytes
/
TGCameraViewController.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 = 'TGCameraViewController'
s.version = '2.2.8'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.summary = 'Custom camera with AVFoundation. Beautiful, light and easy to integrate with iOS projects.'
s.homepage = 'https://github.com/tdginternet/TGCameraViewController'
s.screenshot = "http://s28.postimg.org/eeli1omct/TGCamera_View_Controller.png"
s.requires_arc = true
s.platform = :ios
s.ios.deployment_target = '8.0'
s.authors = { 'Bruno Tortato Furtado' => '[email protected]', 'Mario Cecchi' => '[email protected]' }
s.ios.frameworks = 'AssetsLibrary', 'AVFoundation', 'CoreImage', 'Foundation', 'MobileCoreServices', 'UIKit'
s.source_files = 'TGCameraViewController/**/*.{h,m}'
s.resources = ['TGCameraViewController/**/*.xib', 'TGCameraViewController/**/*.xcassets', 'TGCameraViewController/Resources/TGCameraViewController.bundle']
s.source = { :git => 'https://github.com/tdginternet/TGCameraViewController.git', :tag => s.version }
end