blob: 8590a9fe2fdf3b1d02fdb3f45ba8409c500633a7 [file] [log] [blame]
{
"name": "TGCameraViewController",
"version": "1.0.10",
"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://s13.postimg.org/cjxkzgu87/TGCamera_View_Controller.png",
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"authors": {
"Bruno Tortato Furtado": "bruno@furtado.me"
},
"ios": {
"frameworks": [
"AssetsLibrary",
"AVFoundation",
"CoreImage",
"Foundation",
"MobileCoreServices",
"UIKit"
]
},
"source_files": "TGCameraViewController/**/*.{h,m}",
"resources": [
"TGCameraViewController/**/*.xib",
"TGCameraViewController/**/*.xcassets"
],
"source": {
"git": "https://github.com/tdginternet/TGCameraViewController.git",
"tag": "1.0.10"
}
}