blob: 2209d3feeed8dae6fda44cd79bb6332962ace2a1 [file] [log] [blame]
{
"name": "LCT-TGCameraViewController",
"version": "2.2.2",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Custom camera with AVFoundation. Beautiful, light and easy to integrate with iOS projects.",
"homepage": "https://github.com/tdginternet/TGCameraViewController",
"screenshots": "http://s28.postimg.org/eeli1omct/TGCamera_View_Controller.png",
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"authors": {
"Bruno Tortato Furtado": "bruno@furtado.me",
"Eddie Li": "eli@sandsmedia.com"
},
"ios": {
"frameworks": [
"AssetsLibrary",
"AVFoundation",
"CoreImage",
"Foundation",
"MobileCoreServices",
"UIKit"
]
},
"source_files": "TGCameraViewController/**/*.{h,m}",
"resources": [
"TGCameraViewController/**/*.xib",
"TGCameraViewController/**/*.xcassets",
"TGCameraViewController/Resources/TGCameraViewController.bundle"
],
"source": {
"git": "https://github.com/eddielisands/TGCameraViewController.git",
"tag": "2.2.2"
}
}